diff mplayer.c @ 34607:084c21922624

Revert one change of r34694. MSGT_IDENTIFY must never be translatable.
author ib
date Sun, 12 Feb 2012 17:27:06 +0000
parents ed612f6f4778
children cc658103f214
line wrap: on
line diff
--- a/mplayer.c	Sun Feb 12 15:37:04 2012 +0000
+++ b/mplayer.c	Sun Feb 12 17:27:06 2012 +0000
@@ -528,7 +528,7 @@
     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=%s\n", MSGTR_Unknown);
+        mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=unknown\n");
     mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_LENGTH=%.2f\n", demuxer_get_time_length(mpctx->demuxer));
     mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SEEKABLE=%d\n",
            mpctx->stream->seek && (!mpctx->demuxer || mpctx->demuxer->seekable));