[MPlayer-cvslog] r34694 - in trunk: help/help_mp-en.h mplayer.c
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Feb 12 17:41:21 CET 2012
On 12 Feb 2012, at 16:37, ib <subversion at mplayerhq.hu> wrote:
> Author: ib
> Date: Sun Feb 12 16:37:04 2012
> New Revision: 34694
>
> Log:
> Make mplayer.c messages translatable.
>
> Modified:
> trunk/mplayer.c
>
> Changes in other areas also in this revision:
> Modified:
> trunk/help/help_mp-en.h
>
> Modified: trunk/mplayer.c
> ==============================================================================
> --- trunk/mplayer.c Sun Feb 12 14:35:17 2012 (r34693)
> +++ trunk/mplayer.c Sun Feb 12 16:37:04 2012 (r34694)
> @@ -528,7 +528,7 @@ static void print_file_properties(const
> if (start_pts != MP_NOPTS_VALUE)
> mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=%.2f\n", start_pts);
> else
> - mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=unknown\n");
> + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=%s\n", MSGTR_Unknown);
Never, never ever make MSGT_IDENTIFY messages translatable!
This would cause incredible pain for any GUI.
More information about the MPlayer-cvslog
mailing list