EditTextView.st
changeset 6543 4007370ee6aa
parent 6517 7a141e818635
child 6548 59a6fdf4dd26
--- a/EditTextView.st	Thu Feb 21 17:32:09 2019 +0100
+++ b/EditTextView.st	Thu Feb 21 17:49:35 2019 +0100
@@ -7145,9 +7145,9 @@
         ok := file isReadable and:[file isDirectory not].
         ok ifFalse:[
             file isReadable ifFalse:[
-                why := '%1 is unreadable.\\Please try again.'
+                why := '"%1" is unreadable.\\Please try again.'
             ] ifTrue:[
-                why := '%1 is a directory.\\Please try again.'
+                why := '"%1" is a directory.\\Please try again.'
             ].
             Dialog warn:(resources stringWithCRs:why with:file pathName).
         ].
@@ -7159,6 +7159,7 @@
         info:'Paste File'
 
     "Modified: / 28-07-2007 / 13:23:32 / cg"
+    "Modified: / 21-02-2019 / 17:42:47 / Claus Gittinger"
 !
 
 insertURL