SettingsDialog.st
changeset 18192 2a8fc4c54723
parent 18191 aeb2851a0776
child 18237 04b56a4ead5b
--- a/SettingsDialog.st	Mon Jun 11 13:47:30 2018 +0200
+++ b/SettingsDialog.st	Mon Jun 11 13:52:10 2018 +0200
@@ -356,7 +356,7 @@
 'Discard changes and revert to the current active settings values'
 
 #helpOnSettings
-'Show the online documentation on the shown values'
+'Show the online documentation for the shown elements'
 
 #loadSettingsFromFile
 'Load the settings from a file.\At initial startup, the "settings.stx" file is read automatically.'
@@ -370,7 +370,7 @@
 )
 
     "Modified: / 15-03-2017 / 11:14:33 / mawalch"
-    "Modified: / 11-06-2018 / 13:47:13 / Claus Gittinger"
+    "Modified: / 11-06-2018 / 13:50:08 / Claus Gittinger"
 ! !
 
 !SettingsDialog class methodsFor:'interface specs'!