#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 01 Sep 2017 14:42:21 +0200
changeset 6205 4f25a348e0e2
parent 6204 44cc5203397e
child 6206 f7a386aee648
#REFACTORING by cg class: TextView changed: #compareAgainst:named:
TextView.st
--- a/TextView.st	Fri Sep 01 14:32:33 2017 +0200
+++ b/TextView.st	Fri Sep 01 14:42:21 2017 +0200
@@ -2113,7 +2113,7 @@
     |myText|
 
     otherText isEmptyOrNil ifTrue:[
-        Dialog information:(resources string:'%1 is empty.' with:whatIsIt).
+        Dialog information:(resources string:(whatIsIt,' is empty.')). "/ don't use %1 - may need different xlations
         ^ self.
     ].