mirror of https://github.com/mpv-player/mpv
Missing terminating " causes compilation error in vo_aa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18474 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f9ef285056
commit
84106656c9
|
@ -1019,7 +1019,7 @@ static char help_text[]=
|
|||
#define MSGTR_VO_AA_AdditionalOptions \
|
||||
"Zusätzlich von vo_aa bereitgestellte Optionen:\n" \
|
||||
" help gib diese Hilfsnachricht aus\n" \
|
||||
" osdcolor setze OSD-Farbe\n\
|
||||
" osdcolor setze OSD-Farbe\n" \
|
||||
" subcolor setze Untertitelfarbe\n" \
|
||||
" die Farbparameter sind folgende:\n"\
|
||||
" 0 : normal\n" \
|
||||
|
|
Loading…
Reference in New Issue