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:
parent
3325ea9807
commit
6f0ea0c3c8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user