From c846ef4a98c60654062e1d183e0ec0c04d70cf19 Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 27 Nov 2006 15:46:36 +0000 Subject: localization of parser-m*cmd.c messages git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21328 b3059339-0415-0410-9bf9-f77b7e298cf2 --- parser-mpcmd.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'parser-mpcmd.c') diff --git a/parser-mpcmd.c b/parser-mpcmd.c index 57cdd65ad6..37245afa05 100644 --- a/parser-mpcmd.c +++ b/parser-mpcmd.c @@ -14,6 +14,7 @@ #endif #include "mp_msg.h" +#include "help_mp.h" #include "m_option.h" #include "m_config.h" #include "playtree.h" @@ -103,7 +104,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv) no_more_opts = 1; if (i+1 >= argc) { - mp_msg(MSGT_CFGPARSER, MSGL_ERR, "'--' indicates no more options, but no filename was given on the command line.\n"); + mp_msg(MSGT_CFGPARSER, MSGL_ERR, MSGTR_NoFileGivenOnCommandLine); goto err_out; } continue; @@ -150,7 +151,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv) char* end = NULL; l = (i+1