changed: #doSave
authorClaus Gittinger <cg@exept.de>
Tue, 19 Jan 2010 20:34:02 +0100
changeset 2740 c96124d9aefd
parent 2739 8efd89a9863d
child 2741 783dda495655
changed: #doSave
UIPainter.st
--- a/UIPainter.st	Wed Jan 13 12:42:22 2010 +0100
+++ b/UIPainter.st	Tue Jan 19 20:34:02 2010 +0100
@@ -5604,7 +5604,7 @@
     (extentUsed > (1024 @ 768)) ifTrue:[
         Dialog 
             warn:(resources
-                stringWithCRs:'The application''s default window-size is taken from the current size and will be %1.\\This may be too small on some displays - if required, resize and save again.'
+                stringWithCRs:'The application''s default window-size is taken from the current size and will be %1.\\This may be too large for some displays - if required, resize and save again.'
                 with:extentUsed printString allBold)
     ].
     (self canvas maxExtent notNil