mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Fixed Typo in Deck Importer Win title
Signed-off-by: leriomaggio <valeriomaggio@gmail.com>
This commit is contained in:
@@ -206,7 +206,7 @@ public class DeckImport<TItem extends InventoryItem, TModel extends DeckBase> ex
|
|||||||
this.setPreferredSize(new Dimension(wWidth, wHeight));
|
this.setPreferredSize(new Dimension(wWidth, wHeight));
|
||||||
this.setSize(wWidth, wHeight);
|
this.setSize(wWidth, wHeight);
|
||||||
|
|
||||||
String gameTypeName = String.format("For the Game %s", currentGameType.name());
|
String gameTypeName = String.format(" %s", currentGameType.name());
|
||||||
this.setTitle(Localizer.getInstance().getMessage("lblDeckImporter") + gameTypeName);
|
this.setTitle(Localizer.getInstance().getMessage("lblDeckImporter") + gameTypeName);
|
||||||
|
|
||||||
txtInput.setFocusable(true);
|
txtInput.setFocusable(true);
|
||||||
|
|||||||
@@ -2619,7 +2619,7 @@ lblStatsSummaryCount=Statistics on recognized cards
|
|||||||
lblStatsSummarySection=The number of cards in each Deck Section (default: "Main")
|
lblStatsSummarySection=The number of cards in each Deck Section (default: "Main")
|
||||||
lblStatsSummaryCardType=The number of cards per (Core) Card Type
|
lblStatsSummaryCardType=The number of cards per (Core) Card Type
|
||||||
lblStatsSummaryCardSet=Statistics on the number of cards per single M:TG Edition
|
lblStatsSummaryCardSet=Statistics on the number of cards per single M:TG Edition
|
||||||
lblDeckImporter=Deck Importer
|
lblDeckImporter=Deck Importer for the Game
|
||||||
lblPasteTypeDecklist=Paste or Type your Card List
|
lblPasteTypeDecklist=Paste or Type your Card List
|
||||||
lblReplaceDeck=Replace Current Deck
|
lblReplaceDeck=Replace Current Deck
|
||||||
lblImportCardsCmd=Import Cards
|
lblImportCardsCmd=Import Cards
|
||||||
|
|||||||
Reference in New Issue
Block a user