~nik90/ubuntu-clock-app/edit-alarm-feature

« back to all changes in this revision

Viewing changes to app/ubuntu-clock-app.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-06-17 14:53:06 UTC
  • Revision ID: krnekhelesh@gmail.com-20140617145306-065k3772j2k3g1xn
Changed bottom edge text

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
              title: "Clock"
96
96
            */
97
97
 
98
 
            bottomEdgeTitle: i18n.tr("%1 alarms").arg(alarmModel.count)
 
98
            bottomEdgeTitle: i18n.tr("Next Alarm in ..")
99
99
            bottomEdgePageComponent: AlarmPage {}
100
100
        }
101
101
    }