#UI_ENHANCEMENT by mawalch expecco_2_11_1
authormawalch
Wed, 15 Mar 2017 11:15:36 +0100
changeset 17469 4f0ca3451466
parent 17468 b1b6e86ca6d1
child 17470 23bd60466955
#UI_ENHANCEMENT by mawalch class: SettingsDialog changed: #flyByHelpSpec Drop additional single quotes.
SettingsDialog.st
--- a/SettingsDialog.st	Wed Mar 15 11:13:36 2017 +0100
+++ b/SettingsDialog.st	Wed Mar 15 11:15:36 2017 +0100
@@ -340,7 +340,7 @@
 'Accept changed settings for the current ST/X session.\Notice, that these affect the current session only.\To make the current settings the default in the future, save them to the settings file (using the "Save" button).\Also notice, that some values affect new opened windows/tools only.'
 
 #closeRequest
-'''Close this dialog.\\If there are changes in the settings that you have neither accepted\nor discarded, you will be asked if you want to accept them.\You will also be asked if you want to store them permanently.'''
+'Close this dialog.\\If there are changes in the settings that you have neither accepted\nor discarded, you will be asked if you want to accept them.\You will also be asked if you want to store them permanently.'
 
 #discardChangedSettings
 'Discard changes and revert to the current active settings values'
@@ -358,6 +358,8 @@
 'Save the current settings into a file.\The "settings.stx" file is automatically read upon every fresh start of ST/X.'
 
 )
+
+    "Modified: / 15-03-2017 / 11:14:33 / mawalch"
 ! !
 
 !SettingsDialog class methodsFor:'interface specs'!