summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-30 01:53:37 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-30 01:53:37 +0000
commit616c5a84b2b14073f2d058eaa2e762f1f9c8c2e3 (patch)
tree072e1735ebaefe1af9aefa44268a7e004e104f68 /help/help_mp-en.h
parent5667ddb956f639f519e9e837a0db18c9d42d4a2d (diff)
downloadmpv-616c5a84b2b14073f2d058eaa2e762f1f9c8c2e3.tar.bz2
mpv-616c5a84b2b14073f2d058eaa2e762f1f9c8c2e3.tar.xz
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18351 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 6f4883e323..7f951295b2 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1454,6 +1454,10 @@ static char help_text[]=
// ========================== LIBMPMENU ===================================
+// common
+
+#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n"
+
// libmenu/menu.c
#define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] syntax error at line: %d\n"
#define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] Menu definitions need a name attribute (line %d).\n"
@@ -1467,7 +1471,6 @@ static char help_text[]=
#define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Unsupported output format!!!!\n"
// libmenu/menu_cmdlist.c
-#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n"
#define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] List menu entry definitions need a name (line %d).\n"
#define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] List menu needs an argument.\n"
@@ -1488,7 +1491,6 @@ static char help_text[]=
#define MSGTR_LIBMENU_CantOpenDirectory "[MENU] Can't open directory %s.\n"
// libmenu/menu_param.c
-#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n"
#define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n"
#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' attribute (line %d).\n"
#define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menu needs an argument.\n"