summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-28 23:06:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-28 23:06:42 +0000
commit3f62423f420cac789a8a8753511eab64225f5dfa (patch)
tree8a66427c4510b36ac90db4370bbd81e294bdb764 /mencoder.c
parent5f7d83a8ee707ddb2e6b2d62164dab3a8194f5e3 (diff)
downloadmpv-3f62423f420cac789a8a8753511eab64225f5dfa.tar.bz2
mpv-3f62423f420cac789a8a8753511eab64225f5dfa.tar.xz
Rename some misspelled and misnamed messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mencoder.c b/mencoder.c
index 8af14eb07e..522a1e59d6 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -305,7 +305,7 @@ void parse_cfgfiles( m_config_t* conf )
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_GetpathProblem);
} else {
if (m_config_parse_config_file(conf, conffile) < 0)
- mencoder_exit(1,MSGTR_ConfigfileError);
+ mencoder_exit(1,MSGTR_ConfigFileError);
free(conffile);
}
}
@@ -497,7 +497,7 @@ if (frameno_filename) {
stream2=open_stream(frameno_filename,0,&i);
if(stream2){
demuxer2=demux_open(stream2,DEMUXER_TYPE_AVI,-1,-1,-2,NULL);
- if(demuxer2) mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_UsingPass3ControllFile, frameno_filename);
+ if(demuxer2) mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_UsingPass3ControlFile, frameno_filename);
else mp_msg(MSGT_DEMUXER,MSGL_ERR,MSGTR_FormatNotRecognized);
}
}