diff options
-rw-r--r-- | core/locale.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/locale.conf b/core/locale.conf index ffd03818..2a933b40 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 "Lexers" +MENU_LEX_TITLE "Le_xers" % core/ext/menu.lua % "_Help" -MENU_HELP_TITLE "Help" +MENU_HELP_TITLE "_Help" % core/ext/menu.lua % "_Manual" |