~ci-train-bot/messaging-app/messaging-app-ubuntu-xenial-landing-064

« back to all changes in this revision

Viewing changes to src/qml/Dialogs/NoSIMCardSelectedDialog.qml

  • Committer: CI Train Bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2016-05-06 14:06:03 UTC
  • mfrom: (555.1.6 messaging-app-add-dialog-back)
  • Revision ID: ci-train-bot@canonical.com-20160506140603-241mz8ff12i3frar
Do not pre-select sim 1. Prompt users to select one instead. Fixes: #1571686

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
Component {
24
24
    Dialog {
25
25
        id: dialogue
 
26
        objectName: "noSimCardSelectedDialog"
26
27
        title: i18n.tr("No SIM card selected")
27
28
        text: i18n.tr("You need to select a SIM card")
28
29
        Button {