mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Small grammar fix on sealed dialog.
This commit is contained in:
@@ -29,8 +29,6 @@ import forge.gui.deckeditor.controllers.CEditorLimited;
|
|||||||
import forge.gui.framework.ICDoc;
|
import forge.gui.framework.ICDoc;
|
||||||
import forge.item.CardPrinted;
|
import forge.item.CardPrinted;
|
||||||
import forge.item.ItemPool;
|
import forge.item.ItemPool;
|
||||||
import forge.properties.ForgeProps;
|
|
||||||
import forge.properties.NewConstants;
|
|
||||||
import forge.util.IStorage;
|
import forge.util.IStorage;
|
||||||
import forge.util.TextUtil;
|
import forge.util.TextUtil;
|
||||||
|
|
||||||
@@ -178,8 +176,8 @@ public enum CSubmenuSealed implements ICDoc {
|
|||||||
// System.out.println("You selected " + rounds + " rounds.");
|
// System.out.println("You selected " + rounds + " rounds.");
|
||||||
|
|
||||||
final String sDeckName = JOptionPane.showInputDialog(null,
|
final String sDeckName = JOptionPane.showInputDialog(null,
|
||||||
ForgeProps.getLocalized(NewConstants.Lang.OldGuiNewGame.NewGameText.SAVE_SEALED_MSG),
|
"Save this card pool as:",
|
||||||
ForgeProps.getLocalized(NewConstants.Lang.OldGuiNewGame.NewGameText.SAVE_SEALED_TTL),
|
"Save Card Pool",
|
||||||
JOptionPane.QUESTION_MESSAGE);
|
JOptionPane.QUESTION_MESSAGE);
|
||||||
|
|
||||||
if (StringUtils.isBlank(sDeckName)) {
|
if (StringUtils.isBlank(sDeckName)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user