mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Some improvements in descriptive texts related to the alternate sound system.
This commit is contained in:
@@ -96,7 +96,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
|
|||||||
private final JCheckBox cbRandomFoil = new OptionsCheckBox("Random Foil");
|
private final JCheckBox cbRandomFoil = new OptionsCheckBox("Random Foil");
|
||||||
private final JCheckBox cbRandomizeArt = new OptionsCheckBox("Randomize Card Art");
|
private final JCheckBox cbRandomizeArt = new OptionsCheckBox("Randomize Card Art");
|
||||||
private final JCheckBox cbEnableSounds = new OptionsCheckBox("Enable Sounds");
|
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<FPref, KeyboardShortcutField> shortcutFields = new HashMap<FPref, KeyboardShortcutField>();
|
private final Map<FPref, KeyboardShortcutField> shortcutFields = new HashMap<FPref, KeyboardShortcutField>();
|
||||||
|
|
||||||
@@ -180,7 +180,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
|
|||||||
pnlPrefs.add(new NoteLabel("Enable sound effects during the game."), regularConstraints);
|
pnlPrefs.add(new NoteLabel("Enable sound effects during the game."), regularConstraints);
|
||||||
|
|
||||||
pnlPrefs.add(cbAltSoundSystem, 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
|
// Keyboard shortcuts
|
||||||
final JLabel lblShortcuts = new SectionLabel("Keyboard Shortcuts");
|
final JLabel lblShortcuts = new SectionLabel("Keyboard Shortcuts");
|
||||||
|
|||||||
Reference in New Issue
Block a user