[MPlayer-DOCS] r36791 - in trunk/help: help_mp-cs.h help_mp-de.h help_mp-en.h help_mp-es.h help_mp-fr.h help_mp-hu.h help_mp-it.h help_mp-pl.h help_mp-ru.h help_mp-tr.h help_mp-zh_CN.h help_mp-zh_TW.h
ib
subversion at mplayerhq.hu
Wed Feb 5 17:55:10 CET 2014
Author: ib
Date: Wed Feb 5 17:55:10 2014
New Revision: 36791
Log:
Fix MSGTR_MPDEMUX_URL_StringAlreadyEscaped.
In r16882 the variable names seem to have mistakenly been used as
conversion specifications, resulting in a senseless output message.
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h Wed Feb 5 17:39:38 2014 (r36790)
+++ trunk/help/help_mp-en.h Wed Feb 5 17:55:10 2014 (r36791)
@@ -2076,7 +2076,7 @@ static const char help_text[]=
#define MSGTR_TVI_DS_GetActualMediatypeFailed "tvi_dshow: Unable to get actual mediatype (Error:0x%x). Assuming equal to requested.\n"
// url.c
-#define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "String appears to be already escaped in url_escape %c%c1%c2\n"
+#define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "String appears to be already escaped in url_escape %c%c%c\n"
// subtitles
#define MSGTR_SUBTITLES_SubRip_UnknownFontColor "SubRip: unknown font color in subtitle: %s\n"
More information about the MPlayer-DOCS
mailing list