~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to qml/Components/EdgeDemo.qml

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
            d.finalEdgeDemo = d.overlay.createObject(demo.underlay, {
226
226
                "edge": "none",
227
227
                "title": i18n.tr("Well done"),
228
 
                "text": i18n.tr("You have now mastered the edge gestures and can start using the phone<br><br>Tap anywhere to start"),
 
228
                "text": i18n.tr("You have now mastered the edge gestures and can start using the phone<br><br>Tap on the screen to start"),
229
229
                "anchors.fill": demo.dash,
230
230
                "showSkip": false,
231
231
            });