mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- CheckStyle.
This commit is contained in:
@@ -34,7 +34,7 @@ public class ViewConstructed extends JPanel {
|
|||||||
|
|
||||||
private final String multi = System.getProperty("os.name").equals("Mac OS X") ? "CMD" : "CTRL";
|
private final String multi = System.getProperty("os.name").equals("Mac OS X") ? "CMD" : "CTRL";
|
||||||
|
|
||||||
private final String colorsToolTip = "Generate deck (Multi-select: "+ multi +")";
|
private final String colorsToolTip = "Generate deck (Multi-select: " + multi + ")";
|
||||||
private final String themeToolTip = "Generate deck with a theme";
|
private final String themeToolTip = "Generate deck with a theme";
|
||||||
private final String decklistToolTip = "Load deck (Decklist: Double Click)";
|
private final String decklistToolTip = "Load deck (Decklist: Double Click)";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user