aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/content/samegame.js
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-20 16:06:37 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-22 09:41:26 +0100
commit23d56db0c8e156fb19cec6a155105493d13a4f9f (patch)
treeb370fa5139ea2812e98bba516559c46a08ad4bb8 /examples/demos/samegame/content/samegame.js
parent58e064a5dff1289bff0d304ae8798b43d67587f7 (diff)
Update samegame demo to new layout
Change-Id: Ib9cf4fb29022c63ce24f7b8c7ca4ff17c149a9cb Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/demos/samegame/content/samegame.js')
-rwxr-xr-xexamples/demos/samegame/content/samegame.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/samegame/content/samegame.js b/examples/demos/samegame/content/samegame.js
index 611767584b..d530718927 100755
--- a/examples/demos/samegame/content/samegame.js
+++ b/examples/demos/samegame/content/samegame.js
@@ -173,7 +173,7 @@ function victoryCheck()
}
initHighScoreBar();
if(gameCanvas.score > highScoreBar){
- nameInputDialog.show("You won! Please enter your name: ");
+ nameInputDialog.show("You won! Your name: ");
nameInputDialog.initialWidth = nameInputDialog.text.width + 20;
if (nameInputDialog.name == "")
nameInputDialog.width = nameInputDialog.initialWidth;