mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed two typos.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user