- Better (shorter) option name.

This commit is contained in:
Agetian
2017-01-14 19:51:48 +00:00
parent ef27adc5c6
commit 7d498e2b03
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
private final JCheckBox cbAltSoundSystem = new OptionsCheckBox("Use Alternate Sound System");
private final JCheckBox cbUiForTouchScreen = new OptionsCheckBox("Enhance UI for Touchscreens");
private final JCheckBox cbCompactMainMenu = new OptionsCheckBox("Use Compact Main Sidebar Menu");
private final JCheckBox cbDetailedPaymentDesc = new OptionsCheckBox("Show Spell Description on Payment/Targeting");
private final JCheckBox cbDetailedPaymentDesc = new OptionsCheckBox("Spell Description in Payment Prompt");
private final JCheckBox cbPromptFreeBlocks = new OptionsCheckBox("Free Block Handling");
private final JCheckBox cbPauseWhileMinimized = new OptionsCheckBox("Pause While Minimized");
private final JCheckBox cbCompactPrompt = new OptionsCheckBox("Compact Prompt");

View File

@@ -119,7 +119,7 @@ public class SettingsPage extends TabPage<SettingsScreen> {
"When enabled, if you would have to pay 0 to block, pay automatically without prompt."),
1);
lstSettings.addItem(new BooleanSetting(FPref.UI_DETAILED_SPELLDESC_IN_PROMPT,
"Show Spell Description on Payment/Targeting",
"Spell Description in Payment Prompt",
"When enabled, detailed spell/ability descriptions are shown when choosing targets and paying costs."),
1);