#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 22 Feb 2019 09:50:56 +0100
changeset 8635 c50de99f57fa
parent 8634 e49cd74df70c
child 8636 1853419df3c0
#REFACTORING by cg class: ResourcePack class changed: #defineResourceFor:package:
ResourcePack.st
--- a/ResourcePack.st	Fri Feb 22 09:30:26 2019 +0100
+++ b/ResourcePack.st	Fri Feb 22 09:50:56 2019 +0100
@@ -668,7 +668,7 @@
         ^ self.
     ].    
     
-    translation := Dialog request:('Translation of "%1"?' bindWith:aKey)
+    translation := Dialog request:('Translation of "%1"?\(in "%2")' withCRs bindWith:aKey with:foundResourceFile)
                           initialAnswer:aKey.
     translation isEmptyOrNil ifTrue:[^ self].
 
@@ -690,7 +690,7 @@
     Smalltalk changed:#Language.  "this flushes everything"
 
     "Created: / 21-02-2019 / 14:23:57 / Claus Gittinger"
-    "Modified: / 21-02-2019 / 17:35:56 / Claus Gittinger"
+    "Modified: / 22-02-2019 / 09:46:04 / Claus Gittinger"
 !
 
 extractEncodingFromLine:lineString