mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18: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.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);
|
||||
|
||||
txtInput.setFocusable(true);
|
||||
|
||||
Reference in New Issue
Block a user