From 871d01c806a40218783429adce18fcd8d35de793 Mon Sep 17 00:00:00 2001 From: Agetian Date: Wed, 10 Apr 2013 13:38:16 +0000 Subject: [PATCH] - Some improvements in descriptive texts related to the alternate sound system. --- .../java/forge/gui/home/settings/VSubmenuPreferences.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/forge/gui/home/settings/VSubmenuPreferences.java b/src/main/java/forge/gui/home/settings/VSubmenuPreferences.java index 95179f874a4..e1bb18f32a6 100644 --- a/src/main/java/forge/gui/home/settings/VSubmenuPreferences.java +++ b/src/main/java/forge/gui/home/settings/VSubmenuPreferences.java @@ -96,7 +96,7 @@ public enum VSubmenuPreferences implements IVSubmenu { private final JCheckBox cbRandomFoil = new OptionsCheckBox("Random Foil"); private final JCheckBox cbRandomizeArt = new OptionsCheckBox("Randomize Card Art"); private final JCheckBox cbEnableSounds = new OptionsCheckBox("Enable Sounds"); - private final JCheckBox cbAltSoundSystem = new OptionsCheckBox("Use Alternative Sound System"); + private final JCheckBox cbAltSoundSystem = new OptionsCheckBox("Use Alternate Sound System"); private final Map shortcutFields = new HashMap(); @@ -180,7 +180,7 @@ public enum VSubmenuPreferences implements IVSubmenu { pnlPrefs.add(new NoteLabel("Enable sound effects during the game."), regularConstraints); pnlPrefs.add(cbAltSoundSystem, regularConstraints); - pnlPrefs.add(new NoteLabel("Use an alternative sound system (in case your have issues with sound on Linux)"), regularConstraints); + pnlPrefs.add(new NoteLabel("Use the alternate sound system (only use in case your have issues with sound not playing or disappearing)"), regularConstraints); // Keyboard shortcuts final JLabel lblShortcuts = new SectionLabel("Keyboard Shortcuts");