AbstractSettingsApplication.st
changeset 14485 9e8140add846
parent 14477 46925e5f02c6
child 14505 a45081b27fc3
--- a/AbstractSettingsApplication.st	Tue Jun 10 12:23:28 2014 +0200
+++ b/AbstractSettingsApplication.st	Tue Jun 10 16:27:40 2014 +0200
@@ -1083,7 +1083,7 @@
 'Allow "_" as assignment. May be required to filein Squeak code'
 
 #allowQualifiedNames
-'Allow Visualworks qualified names'
+'Allow Visualworks qualified names.\This enables ''dot''-notation for namespace prefixes and the {..} qualified name syntax.\May be required to filein Visualworks code'
 
 #allowReservedWordsAsSelectors
 'Allow "self", "super" as selectors. May be required to filein code from other Smalltalk dialects'
@@ -1104,7 +1104,7 @@
 "/''
 "/
 #warnAboutPossiblyUnimplementedSelectors
-'Warn about a possibly unimplemented selector in a smessage send'
+'Warn about a possibly unimplemented selector in a message send'
 
 #warnAboutReferenceToPrivateClass
 'Warn when another classes private class is referenced.\This is considered "bad style" and should be replaced by a getter-call to the owning class or the privae class be made public'
@@ -1544,7 +1544,7 @@
                                extent: (Point 600 22)
                              )
                             (CheckBoxSpec
-                               label: 'Bad (non-English) Variable Names'
+                               label: 'Bad Variable Names (non-English article)'
                                name: 'BadVariableNames'
                                enableChannel: warnings
                                model: warnAboutWrongVariableNames
@@ -18316,10 +18316,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.546 2014-06-08 07:19:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.547 2014-06-10 14:27:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.546 2014-06-08 07:19:07 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.547 2014-06-10 14:27:40 cg Exp $'
+! !
+