# HG changeset patch # User corey # Date 1143784145 0 # Node ID ce1a5b200c39c36825e572bff976b37de85dd885 # Parent 1aed2b2c2983205820113ae89e15caf0e4acb537 Minor spelling and grammar fixes for part 1 of Otvos Attila's "printf2mp_msg" changes. diff -r 1aed2b2c2983 -r ce1a5b200c39 help/help_mp-en.h --- a/help/help_mp-en.h Fri Mar 31 04:56:09 2006 +0000 +++ b/help/help_mp-en.h Fri Mar 31 05:49:05 2006 +0000 @@ -1448,15 +1448,15 @@ // 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 needs a name (line %d).\n" -#define MSGTR_LIBMENU_ListMenuNeedAnArgument "[MENU] List menu needs an argument.\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" // libmenu/menu_console.c #define MSGTR_LIBMENU_WaitPidError "[MENU] Waitpid error: %s.\n" #define MSGTR_LIBMENU_SelectError "[MENU] Select error.\n" #define MSGTR_LIBMENU_ReadErrorOnChilds "[MENU] Read error on child's: %s.\n" #define MSGTR_LIBMENU_ConsoleRun "[MENU] Console run: %s ...\n" -#define MSGTR_LIBMENU_AChildIsAlreadyRunning "[MENU] A child is alredy running.\n" +#define MSGTR_LIBMENU_AChildIsAlreadyRunning "[MENU] A child is already running.\n" #define MSGTR_LIBMENU_ForkFailed "[MENU] Fork failed !!!\n" #define MSGTR_LIBMENU_WriteError "[MENU] Write error.\n" @@ -1471,7 +1471,7 @@ #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_PrefMenuNeedAnArgument "[MENU] Pref menu needs an argument.\n" +#define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menu needs an argument.\n" // libmenu/menu_pt.c #define MSGTR_LIBMENU_CantfindTheTargetItem "[MENU] Can't find the target item ????\n" diff -r 1aed2b2c2983 -r ce1a5b200c39 libmenu/menu_cmdlist.c --- a/libmenu/menu_cmdlist.c Fri Mar 31 04:56:09 2006 +0000 +++ b/libmenu/menu_cmdlist.c Fri Mar 31 05:49:05 2006 +0000 @@ -147,7 +147,7 @@ menu->close = close; if(!args) { - mp_msg(MSGT_GLOBAL,MSGL_WARN,MSGTR_LIBMENU_ListMenuNeedAnArgument); + mp_msg(MSGT_GLOBAL,MSGL_WARN,MSGTR_LIBMENU_ListMenuNeedsAnArgument); return 0; } diff -r 1aed2b2c2983 -r ce1a5b200c39 libmenu/menu_param.c --- a/libmenu/menu_param.c Fri Mar 31 04:56:09 2006 +0000 +++ b/libmenu/menu_param.c Fri Mar 31 05:49:05 2006 +0000 @@ -238,7 +238,7 @@ if(!args) { - mp_msg(MSGT_OSD_MENU,MSGL_ERR,MSGTR_LIBMENU_PrefMenuNeedAnArgument); + mp_msg(MSGT_OSD_MENU,MSGL_ERR,MSGTR_LIBMENU_PrefMenuNeedsAnArgument); return 0; }