1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 21:38:04 -05:00

* Rename Delete button to Discard

This commit is contained in:
Reinhard Pointner 2015-07-26 00:09:35 +00:00
parent 3325ea9807
commit 6f0ea0c3c8

View File

@ -364,7 +364,7 @@ public class PresetEditor extends JDialog {
}
};
private final Action delete = new AbstractAction("Delete", ResourceManager.getIcon("dialog.cancel")) {
private final Action delete = new AbstractAction("Discard", ResourceManager.getIcon("dialog.cancel")) {
@Override
public void actionPerformed(ActionEvent evt) {