comparison help/help_mp-en.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 3bf334d01c59
comparison
equal deleted inserted replaced
36694:eed2fb870f43 36695:4c63b476f848
2074 #define MSGTR_TVI_DS_NoVideoCaptureDevice "tvi_dshow: Unable to find video capture device\n" 2074 #define MSGTR_TVI_DS_NoVideoCaptureDevice "tvi_dshow: Unable to find video capture device\n"
2075 #define MSGTR_TVI_DS_NoAudioCaptureDevice "tvi_dshow: Unable to find audio capture device\n" 2075 #define MSGTR_TVI_DS_NoAudioCaptureDevice "tvi_dshow: Unable to find audio capture device\n"
2076 #define MSGTR_TVI_DS_GetActualMediatypeFailed "tvi_dshow: Unable to get actual mediatype (Error:0x%x). Assuming equal to requested.\n" 2076 #define MSGTR_TVI_DS_GetActualMediatypeFailed "tvi_dshow: Unable to get actual mediatype (Error:0x%x). Assuming equal to requested.\n"
2077 2077
2078 // url.c 2078 // url.c
2079 #define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "String appears to be already escaped in url_escape %c%c1%c2\n" 2079 #define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "String appears to be already escaped in url_escape %c%c%c\n"
2080 2080
2081 // subtitles 2081 // subtitles
2082 #define MSGTR_SUBTITLES_SubRip_UnknownFontColor "SubRip: unknown font color in subtitle: %s\n" 2082 #define MSGTR_SUBTITLES_SubRip_UnknownFontColor "SubRip: unknown font color in subtitle: %s\n"
2083 2083