ShowMeHowItWorks.st
changeset 3724 e513514f6ce7
parent 3717 26224649d91c
child 3727 6faffd2a64a3
--- a/ShowMeHowItWorks.st	Mon Jul 22 17:26:22 2019 +0200
+++ b/ShowMeHowItWorks.st	Mon Jul 22 17:26:46 2019 +0200
@@ -89,8 +89,9 @@
 
 intro
     <action>
-    
-    self tell:'you can stopp the shou - by pressing - the shiftkee'.
+
+    self tell:(self class classResources 
+                string:'you can stop the show - by pressing - the shift key').
 
     "Created: / 19-07-2019 / 15:49:19 / Claus Gittinger"
 !
@@ -98,7 +99,8 @@
 pause
     <action>
     
-    Dialog information:(self class classResources stringWithCRs:'Show Paused.\Click on "OK" to proceed')
+    Dialog information:(self class classResources 
+                            stringWithCRs:'Show Paused.\Click on "OK" to proceed')
 
     "Created: / 19-07-2019 / 15:03:17 / Claus Gittinger"
     "Modified: / 19-07-2019 / 16:13:33 / Claus Gittinger"