Tools__NewSystemBrowser.st
changeset 17800 38b8e22de400
parent 17794 d440d4b60a99
child 17803 12fb9b50a719
--- a/Tools__NewSystemBrowser.st	Mon Nov 27 15:39:41 2017 +0100
+++ b/Tools__NewSystemBrowser.st	Mon Nov 27 15:41:04 2017 +0100
@@ -348,7 +348,7 @@
 'Switch between selector- (S) and text matching (T)'
 
 #hideNameFilter
-'Hide the filter. Reopen via the "View" menu'
+'Hide the filter. Show again via the "View"-Menu'
 
 #gotoClassEntryField
 'Goto class (uppercase) or method which implements this selector (lowercase).\Use "*foo" to search for names ending with "foo",\"foo*" for names beginning with foo.\Otherwise, names which contain "foo" are listed.'
@@ -393,7 +393,7 @@
     ].
     ^ spec.
 
-    "Modified: / 27-11-2017 / 15:23:15 / cg"
+    "Modified: / 27-11-2017 / 15:39:35 / cg"
 ! !
 
 !NewSystemBrowser class methodsFor:'image specs'!