From 81a4056255a288dcd05189b9ce8a5bec3a43679d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 8 Jul 2009 16:45:17 -0400 Subject: Added 'Help' menu. --- core/locale.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index 50834bf9..98f48b97 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -631,6 +631,22 @@ MENU_VIEW_SHRINK "_Shrink" % "_Lexers" MENU_LEX_TITLE "_Lexers" +% core/ext/menu.lua +% "_Help" +MENU_HELP_TITLE "_Help" + +% core/ext/menu.lua +% "_Manual" +MENU_HELP_MANUAL "_Manual" + +% core/ext/menu.lua +% "_LuaDoc" +MENU_HELP_LUADOC "_LuaDoc" + +% core/ext/menu.lua +% "Error loading webpage.\nCheck the browser path in core/ext/menu.lua" +MENU_BROWSER_ERROR "Error loading webpage.\nCheck the browser path in core/ext/menu.lua" + % core/ext/menu.lua % "Unknown command: " MENU_UNKNOWN_COMMAND "Unknown command: " -- cgit v1.2.3