- A little change to the option name.

- CHANGES.txt clarification.
This commit is contained in:
Agetian
2015-06-08 13:10:05 +00:00
parent 493a98a575
commit caca2ebbc8
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
private final JCheckBox cbOpenPacksIndiv = new OptionsCheckBox("Open Packs Individually"); private final JCheckBox cbOpenPacksIndiv = new OptionsCheckBox("Open Packs Individually");
private final JCheckBox cbTokensInSeparateRow = new OptionsCheckBox("Display Tokens in a Separate Row"); private final JCheckBox cbTokensInSeparateRow = new OptionsCheckBox("Display Tokens in a Separate Row");
private final JCheckBox cbStackCreatures = new OptionsCheckBox("Stack Creatures"); private final JCheckBox cbStackCreatures = new OptionsCheckBox("Stack Creatures");
private final JCheckBox cbFilterLandsByColorId = new OptionsCheckBox("Filter Lands by Color when Using Color Filters"); private final JCheckBox cbFilterLandsByColorId = new OptionsCheckBox("Filter Lands by Color in Activated Abilities");
private final Map<FPref, KeyboardShortcutField> shortcutFields = new HashMap<>(); private final Map<FPref, KeyboardShortcutField> shortcutFields = new HashMap<>();

View File

@@ -94,7 +94,7 @@ This should hopefully make finding multicolor lands for your decks easier.
An attempt was made to make this option behave in a more consistent and helpful way - now lands won't suddenly An attempt was made to make this option behave in a more consistent and helpful way - now lands won't suddenly
disappear when one color is filtered out, basic lands of appropriate colors will be shown, lands that feature at disappear when one color is filtered out, basic lands of appropriate colors will be shown, lands that feature at
least one of the colors relevant for the deck will be shown. Also, the mode to filter lands in this way is now least one of the colors relevant for the deck will be shown. Also, the mode to filter lands in this way is now
optional and can be toggled on or off in the Preferences ("Filter Lands by Color when Using Color Filters" under optional and can be toggled on or off in the Preferences ("Filter Lands by Color in Activated Abilities" under
"Deck Editor Options"). "Deck Editor Options").