# HG changeset patch # User Claus Gittinger # Date 1504269741 -7200 # Node ID 4f25a348e0e2daaa7502b989af121fd5d70a37df # Parent 44cc5203397e594363c40fe173aa91ce660d0a22 #REFACTORING by cg class: TextView changed: #compareAgainst:named: diff -r 44cc5203397e -r 4f25a348e0e2 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. ].