mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
Use correct messages
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user