#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Fri, 06 May 2016 13:03:19 +0200
changeset 16463 06f1e610b85a
parent 16462 b6190d4c7f4c
child 16464 87d274112f6e
#UI_ENHANCEMENT by cg class: Tools::SearchDialog changed: #addCheckBoxForSearchInLiteralsOnly
Tools__SearchDialog.st
--- a/Tools__SearchDialog.st	Fri May 06 12:41:27 2016 +0200
+++ b/Tools__SearchDialog.st	Fri May 06 13:03:19 2016 +0200
@@ -962,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.