Tools__NewSystemBrowser.st
changeset 18165 86f126920445
parent 18155 17a51cbfc444
child 18183 9dd4f485c008
--- a/Tools__NewSystemBrowser.st	Mon May 28 14:23:45 2018 +0200
+++ b/Tools__NewSystemBrowser.st	Tue May 29 10:32:21 2018 +0200
@@ -377,7 +377,7 @@
 'Show only methods not containing text matching this (ignoring case)'
 
 #nameFilterType
-'Switch between selector- (S) and text matching (T).\The negative versions will only show methods which do not contain the pattern.\The (Ss) and (Tt) options ignore case, the (S) and (T) option do not.'
+'Switch between selector- (S) and text matching (T).\The negative versions will only show methods which do NOT contain the pattern.\The (Ss) and (Tt) options ignore case, the (S) and (T) options do not.'
 
 #hideNameFilter
 'Hide the filter. Show again via the "View"-Menu'
@@ -426,6 +426,7 @@
     ^ spec.
 
     "Modified: / 05-12-2017 / 12:52:42 / cg"
+    "Modified: / 29-05-2018 / 08:48:21 / Claus Gittinger"
 ! !
 
 !NewSystemBrowser class methodsFor:'image specs'!