diff help/help_mp-en.h @ 18350:a25e7bd3b759

Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
author reynaldo
date Sun, 30 Apr 2006 01:53:37 +0000
parents d956f80973ad
children 09b990936186
line wrap: on
line diff
--- a/help/help_mp-en.h	Sun Apr 30 00:22:56 2006 +0000
+++ b/help/help_mp-en.h	Sun Apr 30 01:53:37 2006 +0000
@@ -1454,6 +1454,10 @@
 
 // ========================== 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 @@
 #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 @@
 #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"