- Fixed two typos.

This commit is contained in:
Sloth
2015-02-08 12:59:08 +00:00
parent 20bd3e3ea9
commit 74d25c7ce1
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ public class DeckRecognizer {
} }
private static final String[] KNOWN_COMMENTS = new String[] { "land", "lands", "creatures", "creature", "spells", private static final String[] KNOWN_COMMENTS = new String[] { "land", "lands", "creatures", "creature", "spells",
"enchancements", "other spells", "artifacts" }; "enchantments", "other spells", "artifacts" };
private static final String[] KNOWN_COMMENT_PARTS = new String[] { "card" }; private static final String[] KNOWN_COMMENT_PARTS = new String[] { "card" };
private static boolean isDecoration(final String lineAsIs) { private static boolean isDecoration(final String lineAsIs) {

View File

@@ -76,7 +76,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
private final JCheckBox cbEnableSounds = new OptionsCheckBox("Enable Sounds"); private final JCheckBox cbEnableSounds = new OptionsCheckBox("Enable Sounds");
private final JCheckBox cbEnableMusic = new OptionsCheckBox("Enable Music"); private final JCheckBox cbEnableMusic = new OptionsCheckBox("Enable Music");
private final JCheckBox cbAltSoundSystem = new OptionsCheckBox("Use Alternate Sound System"); private final JCheckBox cbAltSoundSystem = new OptionsCheckBox("Use Alternate Sound System");
private final JCheckBox cbUiForTouchScreen = new OptionsCheckBox("Enchance UI for Touchscreens"); private final JCheckBox cbUiForTouchScreen = new OptionsCheckBox("Enhance UI for Touchscreens");
private final JCheckBox cbCompactMainMenu = new OptionsCheckBox("Use Compact Main Sidebar Menu"); private final JCheckBox cbCompactMainMenu = new OptionsCheckBox("Use Compact Main Sidebar Menu");
private final JCheckBox cbPromptFreeBlocks = new OptionsCheckBox("Free Block Handling"); private final JCheckBox cbPromptFreeBlocks = new OptionsCheckBox("Free Block Handling");
private final JCheckBox cbPauseWhileMinimized = new OptionsCheckBox("Pause While Minimized"); private final JCheckBox cbPauseWhileMinimized = new OptionsCheckBox("Pause While Minimized");