diff help/help_mp-es.h @ 36695:4c63b476f848

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.
author ib
date Wed, 05 Feb 2014 16:55:10 +0000
parents eed2fb870f43
children d1aef1876187
line wrap: on
line diff
--- a/help/help_mp-es.h	Wed Feb 05 16:39:38 2014 +0000
+++ b/help/help_mp-es.h	Wed Feb 05 16:55:10 2014 +0000
@@ -1484,7 +1484,7 @@
 
 
 // url.c
-#define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "Al parecer el string ya ha sido escapado en url_scape %c%c1%c2\n"
+#define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "Al parecer el string ya ha sido escapado en url_scape %c%c%c\n"
 
 // ai_alsa.c
 #define MSGTR_MPDEMUX_AIALSA_CannotSetSamplerate "No puedo setear el samplerate.\n"