# HG changeset patch # User Claus Gittinger # Date 1550825456 -3600 # Node ID c50de99f57fa70ec8d94516d2b36194d1c83a6c6 # Parent e49cd74df70cef008cbfe866a2d7e6d17c499a51 #REFACTORING by cg class: ResourcePack class changed: #defineResourceFor:package: diff -r e49cd74df70c -r c50de99f57fa 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