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
@@ -63,7 +63,7 @@ public class DetailPanel extends JPanel implements TagEditorPanel {
public JButton saveButton = new JButton(AppStrings.translate("button.save"), View.getIcon("save16"));
public JButton editButton = new JButton(AppStrings.translate("button.edit"), View.getIcon("edit16"));
public JButton editButton = new JButton(AppStrings.translate("button.edit.script.disassembled"), View.getIcon("edit16"));
public JButton cancelButton = new JButton(AppStrings.translate("button.cancel"), View.getIcon("cancel16"));