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