*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 08 May 2009 11:31:43 +0200
changeset 2493 b19544e382b7
parent 2492 5d78ddb1f39c
child 2494 43400c4e5196
*** empty log message ***
FlyByWindowInformation.st
--- 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.'.
     ]
 
     "