comparison help/help_mp-en.h @ 18155:9f659242fda8

small grammar fix
author kraymer
date Wed, 19 Apr 2006 22:02:52 +0000
parents 2b48046d03e9
children f72bc5754209
comparison
equal deleted inserted replaced
18154:4eeb455624ed 18155:9f659242fda8
1443 #define MSGTR_LIBMENU_UnknownMenuType "[MENU] Unknown menu type '%s' at line %d\n" 1443 #define MSGTR_LIBMENU_UnknownMenuType "[MENU] Unknown menu type '%s' at line %d\n"
1444 #define MSGTR_LIBMENU_CantOpenConfigFile "[MENU] Can't open menu config file: %s\n" 1444 #define MSGTR_LIBMENU_CantOpenConfigFile "[MENU] Can't open menu config file: %s\n"
1445 #define MSGTR_LIBMENU_ConfigFileIsTooBig "[MENU] Config file is too big (> %d KB)\n" 1445 #define MSGTR_LIBMENU_ConfigFileIsTooBig "[MENU] Config file is too big (> %d KB)\n"
1446 #define MSGTR_LIBMENU_ConfigFileIsEmpty "[MENU] Config file is empty\n" 1446 #define MSGTR_LIBMENU_ConfigFileIsEmpty "[MENU] Config file is empty\n"
1447 #define MSGTR_LIBMENU_MenuNotFound "[MENU] Menu %s not found.\n" 1447 #define MSGTR_LIBMENU_MenuNotFound "[MENU] Menu %s not found.\n"
1448 #define MSGTR_LIBMENU_MenuInitFailed "[MENU] Menu '%s': init failed\n" 1448 #define MSGTR_LIBMENU_MenuInitFailed "[MENU] Menu '%s': Init failed.\n"
1449 #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Unsupported output format!!!!\n" 1449 #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Unsupported output format!!!!\n"
1450 1450
1451 // libmenu/menu_cmdlist.c 1451 // libmenu/menu_cmdlist.c
1452 #define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" 1452 #define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n"
1453 #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] List menu entry definitions need a name (line %d).\n" 1453 #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] List menu entry definitions need a name (line %d).\n"