[MPlayer-DOCS] [PATCH] move libvo/font_load_ft.c messages into help/help_mp-en.h

Diego Biurrun diego at biurrun.de
Tue Oct 30 10:01:00 CET 2007


On Fri, Oct 26, 2007 at 04:59:18PM -0400, Compn wrote:
> On Fri, 26 Oct 2007 16:49:38 -0400, Compn wrote:
> 
> >wasnt sure what messages needed moving...
> 
> oops, patch was bad, this one builds 
> 
> --- libvo/font_load_ft.c	(revision 24831)
> +++ libvo/font_load_ft.c	(working copy)
> @@ -1096,10 +1097,10 @@
> -    mp_msg(MSGT_OSD, MSGL_V, "init_freetype\n");
> +    mp_msg(MSGT_OSD, MSGL_V, MSGTR_LIBVO_FONT_LOAD_FT_InitFreeType);

MSGL_V and above needs not and should not be translated.  The rest of
the patch looks good, feel free to commit with this issue fixed.

Diego



More information about the MPlayer-DOCS mailing list