summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-06-15 10:56:33 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-06-15 10:56:33 +0200
commit0b7101ed9669e6026277485c3631fca6aced5844 (patch)
treed680d1f640d27e445e22c0190eb4315a37ed74eb
parentaec24e98b81eabab9ffc750f6f351b294928d470 (diff)
Change text to use [C] for clearing
-rw-r--r--examples/tutorial/SlideDeck.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/SlideDeck.qml b/examples/tutorial/SlideDeck.qml
index 0960f58..df571fb 100644
--- a/examples/tutorial/SlideDeck.qml
+++ b/examples/tutorial/SlideDeck.qml
@@ -193,7 +193,7 @@ Presentation
Slide {
title: "Features"
- centeredText: 'Hit [esc] to fade out the current page if there are questions from the audience'
+ centeredText: 'Hit [C] to fade out the current page if there are questions from the audience'
}
Slide {