[MPlayer-dev-eng] MSGTR for ao_alsa, aspect.c and vo_xv.c

Diego Biurrun diego at biurrun.de
Mon Nov 6 21:03:58 CET 2006


On Mon, Nov 06, 2006 at 08:20:15PM +0100, mail at kraymer.de wrote:
> 
> Ok, thanks. I did that and got rid of three messages or so (found another
> duplicate too).Here's an updated version.
> 
> --- libao2/ao_alsa.c	(revision 20729)
> +++ libao2/ao_alsa.c	(working copy)
> @@ -85,10 +86,10 @@
>    tmp[sizeof tmp - 1] = '\0';
>  
>    if (err)
> -    mp_msg(MSGT_AO, MSGL_ERR, "alsa-lib: %s:%i:(%s) %s: %s\n",
> +    mp_msg(MSGT_AO, MSGL_ERR, MSGTR_AO_ALSA_AlsaLibStrError,

I insist: It is not useful to move untranslatable messages to
help_mp-en.h.  Why move them?

Diego



More information about the MPlayer-dev-eng mailing list