class: AbstractSettingsApplication
authorClaus Gittinger <cg@exept.de>
Wed, 09 Jul 2014 03:16:53 +0200
changeset 14630 3823c19d9f91
parent 14629 9bc5990a9156
child 14631 e6e9a6ffb415
class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Jul 09 03:15:40 2014 +0200
+++ b/AbstractSettingsApplication.st	Wed Jul 09 03:16:53 2014 +0200
@@ -17119,7 +17119,7 @@
     ^ super flyByHelpSpec addPairsFrom:#(
 
 #terminalOutputIsUTF8
-'The shell''s output is UTF8 encoded. Enable this on OSX and some modern Linux systems'
+'The shell''s output is UTF8 encoded (as opposed to Ascii/Latin-1).\Enable this on OSX and some modern Linux systems'
 
 )
 ! !
@@ -17174,7 +17174,7 @@
             (SpecCollection
                collection: (
                 (CheckBoxSpec
-                   label: 'Shell / Command output is UTF8 encoded'
+                   label: 'Shell / Command Output is UTF8 encoded'
                    name: 'UserCodeView2'
                    activeHelpKey: terminalOutputIsUTF8
                    model: terminalOutputIsUTF8
@@ -18549,10 +18549,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.559 2014-07-09 01:11:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.560 2014-07-09 01:16:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.559 2014-07-09 01:11:06 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.560 2014-07-09 01:16:53 cg Exp $'
+! !
+