[MPlayer-cvslog] r37470 - in trunk: help/help_mp-de.h help/help_mp-en.h stream/stream_cue.c
ib
subversion at mplayerhq.hu
Mon Aug 31 13:16:38 CEST 2015
Author: ib
Date: Mon Aug 31 13:16:38 2015
New Revision: 37470
Log:
Make info message translatable.
Modified:
trunk/stream/stream_cue.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
Modified: trunk/stream/stream_cue.c
==============================================================================
--- trunk/stream/stream_cue.c Mon Aug 31 10:31:27 2015 (r37469)
+++ trunk/stream/stream_cue.c Mon Aug 31 13:16:38 2015 (r37470)
@@ -184,7 +184,7 @@ static int cue_find_bin (const char *fir
/* get the filename out of that */
/* 12345 6 */
- mp_msg (MSGT_OPEN,MSGL_INFO, "[bincue] cue_find_bin(%s)\n", firstline);
+ mp_msg (MSGT_OPEN,MSGL_INFO, MSGTR_MPDEMUX_CUEREAD_BinFilenameFound, firstline);
if (strncmp(firstline, "FILE \"",6)==0)
{
firstline += 6;
More information about the MPlayer-cvslog
mailing list