#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 24 Aug 2017 18:02:46 +0200
changeset 17630 e1ad4f5ac06e
parent 17629 de2f89a5a799
child 17631 9e0c39f91d41
#DOCUMENTATION by cg class: Tools::LintRuleSelectionDialog class comment/format in: #documentation
Tools__LintRuleSelectionDialog.st
--- a/Tools__LintRuleSelectionDialog.st	Thu Aug 24 18:00:48 2017 +0200
+++ b/Tools__LintRuleSelectionDialog.st	Thu Aug 24 18:02:46 2017 +0200
@@ -78,7 +78,7 @@
         dialog accepted ifTrue:[
             rules := dialog selectionAsRule
         ] ifFalse:[ 
-            Dialog warn: 'Cancelled...'.
+            Dialog warn: 'Canceled...'.
         ].
 
     [author:]