mirror of https://github.com/mpv-player/mpv
typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14771 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d5268a94fc
commit
4d491fb30e
|
@ -337,9 +337,9 @@ static char help_text[]=
|
||||||
"mw-us => 40kbps/mono voice => 56kbps/mono\n"\
|
"mw-us => 40kbps/mono voice => 56kbps/mono\n"\
|
||||||
"fm/radio/tape => 112kbps hifi => 160kbps\n"\
|
"fm/radio/tape => 112kbps hifi => 160kbps\n"\
|
||||||
"cd => 192kbps studio => 256kbps"
|
"cd => 192kbps studio => 256kbps"
|
||||||
#define MSGTR_LameCantInit "can't set Lame options, check bitrate/samplerate,"\
|
#define MSGTR_LameCantInit "Cannot set LAME options, check bitrate/samplerate,"\
|
||||||
" some very low bitrates (<32) need lower samplerates (i.e. -srate 8000). "\
|
"some very low bitrates (<32) need lower samplerates (i.e. -srate 8000)."\
|
||||||
"if everything else fails, try a preset."
|
"If everything else fails, try a preset."
|
||||||
#define MSGTR_ConfigfileError "configfile error"
|
#define MSGTR_ConfigfileError "configfile error"
|
||||||
#define MSGTR_ErrorParsingCommandLine "error parsing cmdline"
|
#define MSGTR_ErrorParsingCommandLine "error parsing cmdline"
|
||||||
#define MSGTR_VideoStreamRequired "Video stream is mandatory!\n"
|
#define MSGTR_VideoStreamRequired "Video stream is mandatory!\n"
|
||||||
|
|
Loading…
Reference in New Issue