Tools__NewSystemBrowser.st
changeset 18460 c1685a2459d4
parent 18450 d5a70e85a077
child 18480 1f75fbb7be4b
--- a/Tools__NewSystemBrowser.st	Fri Oct 12 11:36:00 2018 +0200
+++ b/Tools__NewSystemBrowser.st	Fri Oct 12 11:38:21 2018 +0200
@@ -61395,6 +61395,7 @@
     ^ selectorCompletion
 ! !
 
+
 !NewSystemBrowser methodsFor:'private-semantic checks'!
 
 checkAcceptedMethod:aMethod inClass:aClass
@@ -62311,7 +62312,7 @@
 searchFieldCreated:anInputField
     anInputField font:(ListView defaultFont).
     anInputField emptyFieldReplacementText:
-        (resources string:'Search Class/Selector (Ctrl-l)').
+        (resources string:'Search Class/Selector').
 
     "Modified: / 09-02-2010 / 21:56:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 07-03-2012 / 11:59:16 / cg"