Use correct messages

This commit is contained in:
Sergey Malenkov
2014-09-17 20:40:26 +04:00
parent 20544e26fe
commit 484efff8b4
@@ -33,9 +33,9 @@ public final class AppearanceOptionsTopHitProvider extends OptionsTopHitProvider
appearance("UI: " + messageIde("checkbox.position.cursor.on.default.button"), "MOVE_MOUSE_ON_DEFAULT_BUTTON"),
appearance("UI: Hide navigation popups on focus loss", "HIDE_NAVIGATION_ON_FOCUS_LOSS"),
appearance("UI: Drag-n-Drop with ALT pressed only", "DND_WITH_PRESSED_ALT_ONLY"),
appearance("View: " + messageIde("checkbox.animate.windows"), "SHOW_MAIN_TOOLBAR"),
appearance("View: " + messageIde("checkbox.animate.windows"), "SHOW_STATUS_BAR"),
appearance("View: " + messageIde("checkbox.animate.windows"), "SHOW_NAVIGATION_BAR"),
appearance("View: Show Main Toolbar", "SHOW_MAIN_TOOLBAR"),
appearance("View: Show Status Bar", "SHOW_STATUS_BAR"),
appearance("View: Show Navigation Bar", "SHOW_NAVIGATION_BAR"),
appearance("Window: " + messageIde("checkbox.animate.windows"), "ANIMATE_WINDOWS"),
appearance("Window: " + messageIde("checkbox.show.memory.indicator"), "SHOW_MEMORY_INDICATOR"),
appearance("Window: " + messageKeyMap("disable.mnemonic.in.menu.check.box"), "DISABLE_MNEMONICS"),