@@ -64,7 +64,9 @@ static int SetFont( filter_t *, int );
...
@@ -64,7 +64,9 @@ static int SetFont( filter_t *, int );
"255 = totally opaque. " )
"255 = totally opaque. " )
#define COLOR_TEXT N_("Text default color")
#define COLOR_TEXT N_("Text default color")
#define COLOR_LONGTEXT N_("The color of the text that will be rendered on "\
#define COLOR_LONGTEXT N_("The color of the text that will be rendered on "\
"the video. This must be an hexadecimal (like HTML colors). The first two "\ "chars are for red, then green, then blue. #000000 = black, #FF0000 = red,"\ " #00FF00 = green, #FFFF00 = yellow (red + green), #FFFFFF = white" )
"the video. This must be an hexadecimal (like HTML colors). The first two "\
"chars are for red, then green, then blue. #000000 = black, #FF0000 = red,"\