#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 23 Oct 2018 15:43:29 +0200
changeset 8537 8bd2123b96c6
parent 8536 130cc50076b4
child 8538 23138b66fe48
#BUGFIX by cg class: ResourcePack class changed: #processResourceLine:encoding:file:printErrorWith:for:keepUselessTranslations:
ResourcePack.st
--- a/ResourcePack.st	Tue Oct 23 14:42:43 2018 +0200
+++ b/ResourcePack.st	Tue Oct 23 15:43:29 2018 +0200
@@ -724,8 +724,8 @@
                 oldValue notNil ifTrue:[
                     oldValue ~= value ifTrue:[
                         printError value:('conflicting resource: "' , name , '"').
-                        printError value:('oldValue: ' , oldValue printString).
-                        printError value:('newValue: ' , value printString).
+                        printError value:('  oldValue: ' , oldValue printString).
+                        printError value:('  newValue: ' , value printString).
                     ] ifFalse:[
                         printError value:('duplicate resource: "' , name , '"').
                     ].
@@ -747,7 +747,7 @@
     ]
 
     "Modified: / 06-02-2014 / 15:33:03 / cg"
-    "Modified: / 20-09-2018 / 11:10:06 / Claus Gittinger"
+    "Modified: / 23-10-2018 / 15:43:38 / Claus Gittinger"
 !
 
 resourceFileEntryFor:keyString to:nationalString