summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-16 19:09:41 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-16 19:09:41 +0000
commit1f2e78fe06bb470c01db7143ae2e29f69e9049ec (patch)
tree1b99e7506530f329cf791e4c66ad5286f386b5b8 /help
parent13df91222fce40d1b60d79696319ab8d07ddf94e (diff)
downloadmpv-1f2e78fe06bb470c01db7143ae2e29f69e9049ec.tar.bz2
mpv-1f2e78fe06bb470c01db7143ae2e29f69e9049ec.tar.xz
Add missed translatable string in my previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25058 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index fb588e8585..aa0b5f8ccd 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -2158,3 +2158,4 @@ static char help_text[]=
#define MSGTR_TVI_DS_GraphInitFailure "tvi_dshow: Directshow graph initialization failure.\n"
#define MSGTR_TVI_DS_NoVideoCaptureDevice "tvi_dshow: Unable to find video capture device\n"
#define MSGTR_TVI_DS_NoAudioCaptureDevice "tvi_dshow: Unable to find audio capture device\n"
+#define MSGTR_TVI_DS_GetActualMediatypeFailed "tvi_dshow: Unable to get actual mediatype (Error:0x%x). Assuming equal to requested.\n"