FlyByWindowInformation.st
changeset 2493 b19544e382b7
parent 2435 f803a14907b4
child 2543 7ad308542625
--- a/FlyByWindowInformation.st	Thu May 07 13:18:34 2009 +0200
+++ b/FlyByWindowInformation.st	Fri May 08 11:31:43 2009 +0200
@@ -120,7 +120,6 @@
             ].
         ].
 
-
         s nextPutLine:('View: ' , aView class name, ' "',aView name printString,'"').
         modelToInspect notNil ifTrue:[
             s nextPutLine:('Model: ' , modelToInspect class name).
@@ -151,7 +150,7 @@
                 s nextPutLine:'    m to inspect masterApplication (M to browse)'.
             ].
         ].
-        s nextPutAll:'    ESC or button to leave'.
+        s nextPutAll:'ESC or button to leave flyBy-info mode.'.
     ]
 
     "