mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
translate deck viewer
This commit is contained in:
@@ -102,7 +102,7 @@ public class FDeckViewer extends FScreen {
|
||||
}
|
||||
|
||||
Forge.getClipboard().setContents(deckList.toString());
|
||||
FOptionPane.showMessageDialog(String.format(Localizer.getInstance().getMessage("lblDeckListCopiedClipboard"), deck.getName()));
|
||||
FOptionPane.showMessageDialog(Localizer.getInstance().getMessage("lblDeckListCopiedClipboard", deck.getName()));
|
||||
}
|
||||
|
||||
private final Deck deck;
|
||||
|
||||
Reference in New Issue
Block a user