summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-10 11:43:34 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-10 11:43:34 +0000
commitdcb35177ac6079c6829bf18bdc10463efa1acd07 (patch)
tree76e48d8812c513afc92240baf19f7ef6ce745983 /help
parent9cc06ffa33e01247805aa4e585d4b87e109237dd (diff)
downloadmpv-dcb35177ac6079c6829bf18bdc10463efa1acd07.tar.bz2
mpv-dcb35177ac6079c6829bf18bdc10463efa1acd07.tar.xz
fix missing line break for MSGTR_LameCantInit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18424 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 7f951295b2..e0dac21539 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"