fix missing line break for MSGTR_LameCantInit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18424 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kraymer 2006-05-10 11:43:34 +00:00
parent 9cc06ffa33
commit dcb35177ac
1 changed files with 3 additions and 2 deletions

View File

@ -386,8 +386,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 "Cannot set LAME options, check bitrate/samplerate,"\
"some very low bitrates (<32) need lower samplerates (i.e. -srate 8000)."\
#define MSGTR_LameCantInit \
"Cannot set LAME options, check bitrate/samplerate, some very low bitrates\n"\
"(<32) need lower samplerates (i.e. -srate 8000)."\
"If everything else fails, try a preset."
#define MSGTR_ConfigFileError "config file error"
#define MSGTR_ErrorParsingCommandLine "error parsing command line"