SettingsDialog.st
changeset 16370 a66158dbd3da
parent 16333 3945c8d42ab7
child 16371 1234eb87cbc1
child 16382 52235f9d335f
--- a/SettingsDialog.st	Sat Apr 30 03:44:01 2016 +0000
+++ b/SettingsDialog.st	Sat Apr 30 14:40:13 2016 +0200
@@ -342,11 +342,11 @@
 'Save the current settings into a file.\The "settings.stx" file is automatically read upon every fresh start of ST/X.'
 
 #quickSearchString
-'Quick search pattern. Highlights settings which contain the entered string.\Prefix with a space to search for words starting with it;\append a space, to search for words ending with it.'
+'Quick search pattern. Highlights settings which contain the entered string (in the label or its tooltip).\Searches both in the presented text AND in the english original version.\\Prefix with a space to search for words starting with it;\append a space, to search for words ending with it.\Notice, that without a separator, it will often find strange partial strings (such as "update", when searching for "date")'
 
 )
 
-    "Modified: / 31-07-2013 / 09:52:36 / cg"
+    "Modified: / 30-04-2016 / 14:38:46 / cg"
 ! !
 
 !SettingsDialog class methodsFor:'interface specs'!