From caca2ebbc8130b85e5ebd278bffd56d14c0379fb Mon Sep 17 00:00:00 2001 From: Agetian Date: Mon, 8 Jun 2015 13:10:05 +0000 Subject: [PATCH] - A little change to the option name. - CHANGES.txt clarification. --- .../java/forge/screens/home/settings/VSubmenuPreferences.java | 2 +- forge-gui/CHANGES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java b/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java index b913769e52b..ec1479563db 100644 --- a/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java +++ b/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java @@ -82,7 +82,7 @@ public enum VSubmenuPreferences implements IVSubmenu { private final JCheckBox cbOpenPacksIndiv = new OptionsCheckBox("Open Packs Individually"); private final JCheckBox cbTokensInSeparateRow = new OptionsCheckBox("Display Tokens in a Separate Row"); 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 shortcutFields = new HashMap<>(); diff --git a/forge-gui/CHANGES.txt b/forge-gui/CHANGES.txt index 7996e201e80..b30000eb0e5 100644 --- a/forge-gui/CHANGES.txt +++ b/forge-gui/CHANGES.txt @@ -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 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 -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").