Tools__LintRuleSettingsApplication.st
changeset 15359 0bbf1d44da51
parent 15291 fbdf542a45b3
child 15472 abf44e74df2f
--- a/Tools__LintRuleSettingsApplication.st	Sun Feb 22 15:33:12 2015 +0100
+++ b/Tools__LintRuleSettingsApplication.st	Sun Feb 22 16:28:29 2015 +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 classes were modified)'
+'Recreate the default ruleset with all existing RBRules.\(Do this after new rules have been added or rule classes were modified)'
 
 #smallSenseEnabled
 'Enable SmallSense (incremental lint rule checking in the editor).\Sorry, but this will only affect new windows,\so you have to reopen the browsers.'
@@ -621,11 +621,11 @@
 !LintRuleSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.19 2015-02-13 22:44:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.20 2015-02-22 15:28:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.19 2015-02-13 22:44:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.20 2015-02-22 15:28:29 cg Exp $'
 ! !