Edit buttons labels for script editing now "Edit ActionScript" and "Edit P-code"

This commit is contained in:
Jindra Petřík
2016-08-28 12:25:20 +02:00
parent fb6adea8cd
commit b06f295165
4 changed files with 7 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
private final JLabel experimentalLabel = new JLabel(AppStrings.translate("action.edit.experimental"));
private final JButton editDecompiledButton = new JButton(AppStrings.translate("button.edit"), View.getIcon("edit16"));
private final JButton editDecompiledButton = new JButton(AppStrings.translate("button.edit.script.decompiled"), View.getIcon("edit16"));
private final JButton saveDecompiledButton = new JButton(AppStrings.translate("button.save"), View.getIcon("save16"));