# HG changeset patch # User Stefan Vogel # Date 1480694252 -3600 # Node ID 4e4d637296ba048cb8b90ef1bd5e05ee02124586 # Parent 97c7ed5950e54e5eee083c637cfea788735fff6e #DOCUMENTATION by stefan class: FlyByWindowInformation changed: #helpTextFor:at: diff -r 97c7ed5950e5 -r 4e4d637296ba FlyByWindowInformation.st --- a/FlyByWindowInformation.st Thu Dec 01 11:02:41 2016 +0100 +++ b/FlyByWindowInformation.st Fri Dec 02 16:57:32 2016 +0100 @@ -279,7 +279,7 @@ masterApplicationToInspect notNil ifTrue:[ s nextPutLine:' m to inspect masterApplication (M to browse)'. topApplicationToInspect notNil ifTrue:[ - s nextPutLine:' t to inspect masterApplication (T to browse)'. + s nextPutLine:' t to inspect topApplication (T to browse)'. ] ]. ].