Merge jv
authorMerge Script
Sun, 01 May 2016 06:37:32 +0200
branchjv
changeset 16371 1234eb87cbc1
parent 16369 1090224cc0db (current diff)
parent 16370 a66158dbd3da (diff)
child 16374 e3940ec4c74d
Merge
SettingsDialog.st
--- a/SettingsDialog.st	Sat Apr 30 06:45:55 2016 +0200
+++ b/SettingsDialog.st	Sun May 01 06:37:32 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'!