diff -r 85d703589d34 -r dc5e958a20dc Tools__SearchDialog.st --- 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.