git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14771 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-02-22 21:19:15 +00:00
parent d5268a94fc
commit 4d491fb30e
1 changed files with 3 additions and 3 deletions

View File

@ -337,9 +337,9 @@ static char help_text[]=
"mw-us => 40kbps/mono voice => 56kbps/mono\n"\
"fm/radio/tape => 112kbps hifi => 160kbps\n"\
"cd => 192kbps studio => 256kbps"
#define MSGTR_LameCantInit "can't set Lame options, check bitrate/samplerate,"\
" some very low bitrates (<32) need lower samplerates (i.e. -srate 8000). "\
"if everything else fails, try a preset."
#define MSGTR_LameCantInit "Cannot set LAME options, check bitrate/samplerate,"\
"some very low bitrates (<32) need lower samplerates (i.e. -srate 8000)."\
"If everything else fails, try a preset."
#define MSGTR_ConfigfileError "configfile error"
#define MSGTR_ErrorParsingCommandLine "error parsing cmdline"
#define MSGTR_VideoStreamRequired "Video stream is mandatory!\n"