From 208eed2b344c34ca13a39c9c428c147bdbcb0b8b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 24 Jan 2012 16:10:37 +0000 Subject: [PATCH] - CheckStyle. --- src/main/java/forge/view/home/ViewConstructed.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/forge/view/home/ViewConstructed.java b/src/main/java/forge/view/home/ViewConstructed.java index ebae18b3819..f4b1d7b99e4 100644 --- a/src/main/java/forge/view/home/ViewConstructed.java +++ b/src/main/java/forge/view/home/ViewConstructed.java @@ -31,10 +31,10 @@ public class ViewConstructed extends JPanel { private SubButton btnHumanRandomTheme, btnHumanRandomDeck, btnAIRandomTheme, btnAIRandomDeck; private JList lstDecksAI; private FList lstColorsHuman, lstThemesHuman, lstDecksHuman, lstColorsAI, lstThemesAI; - + 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 decklistToolTip = "Load deck (Decklist: Double Click)";