class: Tools::LintRuleSettingsApplication
authorClaus Gittinger <cg@exept.de>
Sun, 14 Dec 2014 14:35:23 +0100
changeset 15026 63b44fb40788
parent 15025 b59d62a30203
child 15027 43fb0cbcbfd9
class: Tools::LintRuleSettingsApplication changed: #flyByHelpSpec
Tools__LintRuleSettingsApplication.st
--- a/Tools__LintRuleSettingsApplication.st	Sun Dec 14 14:19:38 2014 +0100
+++ b/Tools__LintRuleSettingsApplication.st	Sun Dec 14 14:35:23 2014 +0100
@@ -88,7 +88,7 @@
 'Remove the selected ruleset'
 
 #resetDefault
-'Recreate the default ruleset with all existing RBRules.\(Do this after new rules have been added or rules class were modified)'
+'Recreate the default ruleset with all existing RBRules.\(Do this after new rules have been added or rules classes were modified)'
 
 )
 ! !
@@ -560,11 +560,11 @@
 !LintRuleSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.15 2014-11-24 11:29:51 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.16 2014-12-14 13:35:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.15 2014-11-24 11:29:51 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.16 2014-12-14 13:35:23 cg Exp $'
 ! !