From b2d5d12254f9b1212aaf2174befe8ab54486841d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 23 Mar 2010 06:26:48 -0400 Subject: Removed main menu accelerators; core/locale.conf These can potentially conflict with key commands, particularly when translating menu items. --- core/locale.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'core') diff --git a/core/locale.conf b/core/locale.conf index b1767dcf..2a5720da 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -157,7 +157,7 @@ KEYS_UNKNOWN_COMMAND "Unknown command: " % core/ext/menu.lua % "_File" -MENU_FILE_TITLE "_File" +MENU_FILE_TITLE "File" % core/ext/menu.lua % "gtk-new" @@ -201,7 +201,7 @@ MENU_FILE_QUIT "gtk-quit" % core/ext/menu.lua % "_Edit" -MENU_EDIT_TITLE "_Edit" +MENU_EDIT_TITLE "Edit" % core/ext/menu.lua % "gtk-undo" @@ -381,7 +381,7 @@ MENU_EDIT_SEL_IN_SCOPE "S_cope" % core/ext/menu.lua % "_Search" -MENU_SEARCH_TITLE "_Search" +MENU_SEARCH_TITLE "Search" % core/ext/menu.lua % "gtk-find" @@ -429,7 +429,7 @@ MENU_SEARCH_GOTO_LINE "gtk-jump-to" % core/ext/menu.lua % "_Tools" -MENU_TOOLS_TITLE "_Tools" +MENU_TOOLS_TITLE "Tools" % core/ext/menu.lua % "Focus _Command Entry" @@ -489,7 +489,7 @@ MENU_TOOLS_BM_PREV "_Previous" % core/ext/menu.lua % "_Buffer" -MENU_BUF_TITLE "_Buffer" +MENU_BUF_TITLE "Buffer" % core/ext/menu.lua % "_Next Buffer" @@ -569,7 +569,7 @@ MENU_BUF_REFRESH "_Refresh Syntax Highlighting" % core/ext/menu.lua % "_View" -MENU_VIEW_TITLE "_View" +MENU_VIEW_TITLE "View" % core/ext/menu.lua % "_Next View" @@ -605,11 +605,11 @@ MENU_VIEW_SHRINK "_Shrink" % core/ext/menu.lua % "Le_xers" -MENU_LEX_TITLE "Le_xers" +MENU_LEX_TITLE "Lexers" % core/ext/menu.lua % "_Help" -MENU_HELP_TITLE "_Help" +MENU_HELP_TITLE "Help" % core/ext/menu.lua % "_Manual" -- cgit v1.2.3