~zeller-benjamin/ubuntu-system-settings/applauncherd

« back to all changes in this revision

Viewing changes to plugins/cellular/Components/NoSim.qml

  • Committer: CI Train Bot
  • Author(s): Ken VanDine
  • Date: 2016-02-08 14:32:32 UTC
  • mfrom: (1506.12.15 dynamic_visibility)
  • Revision ID: ci-train-bot@canonical.com-20160208143232-m5px96oh6oxx22mz
Make cellular and phone dynamically visible
 Fixes: #1541588
Approved by: Jonas G. Drange

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    Label {
44
44
        anchors { left: parent.left; right: parent.right; }
45
 
        text: i18n.tr("Insert a SIM, then restart the phone.")
 
45
        text: i18n.tr("Insert a SIM, then restart the device.")
46
46
        horizontalAlignment: Text.AlignHCenter
47
47
        color: UbuntuColors.lightGrey
48
48
        wrapMode: Text.WordWrap