missing localizations

This commit is contained in:
Honfika
2014-01-18 13:27:42 +01:00
parent 088c8b8f96
commit 49d5470f93
9 changed files with 27 additions and 10 deletions
@@ -438,7 +438,7 @@ public class ActionPanel extends JPanel implements ActionListener {
} catch (CancellationException ex) {
setEditorText("; " + AppStrings.translate("work.canceled"), "text/flasm");
} catch (Exception ex) {
setDecompiledText("//Decompilation error: " + ex);
setDecompiledText("//" + AppStrings.translate("decompilationError") + ": " + ex);
}
}
});