mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:20:48 +00:00
missing localizations
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user