mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Remove space before "?"
This commit is contained in:
@@ -363,7 +363,7 @@ public class QuickGauntletLister extends JPanel {
|
|||||||
|
|
||||||
if (!FOptionPane.showConfirmDialog(
|
if (!FOptionPane.showConfirmDialog(
|
||||||
"Are you sure you want to delete \"" + gd.getName()
|
"Are you sure you want to delete \"" + gd.getName()
|
||||||
+ "\" ?", "Delete Gauntlet")) { return; }
|
+ "\"?", "Delete Gauntlet")) { return; }
|
||||||
|
|
||||||
GauntletIO.getGauntletFile(gd).delete();
|
GauntletIO.getGauntletFile(gd).delete();
|
||||||
if (cmdRowDelete != null) { cmdRowDelete.run(); }
|
if (cmdRowDelete != null) { cmdRowDelete.run(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user