mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 16:55:07 +00:00
missing localizations
This commit is contained in:
@@ -2147,7 +2147,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
} catch (CancellationException ex) {
|
||||
abcPanel.decompiledTextArea.setText("//" + AppStrings.translate("work.canceled"));
|
||||
} catch (Exception ex) {
|
||||
abcPanel.decompiledTextArea.setText("//Decompilation error: " + ex);
|
||||
abcPanel.decompiledTextArea.setText("//" + AppStrings.translate("decompilationError") + ": " + ex);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user