Mercurial > mplayer.hg
changeset 18423:09b990936186
fix missing line break for MSGTR_LameCantInit
author | kraymer |
---|---|
date | Wed, 10 May 2006 11:43:34 +0000 |
parents | da251b4d8893 |
children | 80dd1b1e4e2d |
files | help/help_mp-en.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Wed May 10 11:34:50 2006 +0000 +++ b/help/help_mp-en.h Wed May 10 11:43:34 2006 +0000 @@ -386,8 +386,9 @@ "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"