diff --git a/src/com/jpexs/decompiler/flash/gui/translator/Translator.java b/src/com/jpexs/decompiler/flash/gui/translator/Translator.java index 991118fd4..5a48e3152 100644 --- a/src/com/jpexs/decompiler/flash/gui/translator/Translator.java +++ b/src/com/jpexs/decompiler/flash/gui/translator/Translator.java @@ -17,7 +17,6 @@ package com.jpexs.decompiler.flash.gui.translator; import com.jpexs.decompiler.flash.configuration.AppDirectoryProvider; -import com.jpexs.decompiler.flash.configuration.Configuration; import com.jpexs.decompiler.flash.gui.View; import com.jpexs.decompiler.flash.gui.ViewMessages; import com.jpexs.helpers.Helper; @@ -770,7 +769,7 @@ public class Translator extends JFrame implements ItemListener { int missingCount = 0; int newCount = 0; int modifiedCount = 0; - LinkedHashMap> map = resourceValues.get(resource); + LinkedHashMap> map = resourceValues.get(resource); for (String key : map.get("en").keySet()) { if (resourceValues.get(resource).containsKey(locale) && resourceValues.get(resource).get(locale).containsKey(key)) {