Tools__SearchDialog.st
branchjv
changeset 16570 dc5e958a20dc
parent 16459 85d703589d34
parent 16463 06f1e610b85a
child 16694 715f1da6f138
--- a/Tools__SearchDialog.st	Fri May 06 06:55:08 2016 +0200
+++ b/Tools__SearchDialog.st	Mon May 09 21:47:57 2016 +0200
@@ -150,7 +150,7 @@
 'Search string in literal constants; not in source code'
 
 #match
-'Perform a pattern match search, as oposed to an exact string search.\Pattern is a simple GLOB pattern (as in filenames)'
+'Perform a pattern match search, as opposed to an exact string search.\Pattern is a simple GLOB pattern (as in filenames)'
 
 #caseSensitive
 'Perform a case sensitive search (default is to ignore case differences)'
@@ -280,7 +280,6 @@
     |symbolicHelpKey text|
 
     (symbolicHelpKey := aComponent helpKey) notNil ifTrue:[
-    Transcript showCR:symbolicHelpKey.
         text := self class helpSpec at:symbolicHelpKey ifAbsent:[ nil ].
         text notNil ifTrue:[
             ^ NewSystemBrowser classResources stringWithCRs:text.
@@ -963,7 +962,7 @@
 
     p := View new.
     
-    b := CheckBox label:(resources string:'Search Literals Only') in:p.
+    b := CheckBox label:(resources string:'Search String-Constants (Literals) Only') in:p.
     b model:(searchStringInLiteralsHolder := false asValue).
     p helpKey:#searchStringInLiterals.
     self makeTabable:b.