summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-03 02:13:05 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-03 02:13:05 +0000
commit9eee03e4eb7a9808d87f294305f8948fe1db559d (patch)
tree6d0e90bbb7cefa8da1cbc4911d6cbf65ee91a41f /help/help_mp-en.h
parent7caac82cf9dc0775e0e01a1db89900d331912e4d (diff)
downloadmpv-9eee03e4eb7a9808d87f294305f8948fe1db559d.tar.bz2
mpv-9eee03e4eb7a9808d87f294305f8948fe1db559d.tar.xz
change misleading messages as discussed...
at least they're better than before, where "progressive"/"telecine" meant the opposite of what they should! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11368 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 0246928bb7..dc250b13cd 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -305,8 +305,8 @@ static char help_text[]=
#define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present!\n"
#define MSGTR_ClipInfo "Clip info:\n"
-#define MSGTR_LeaveTelecineMode "\ndemux_mpg: Progressive seq detected, leaving 3:2 TELECINE mode.\n"
-#define MSGTR_EnterTelecineMode "\ndemux_mpg: 3:2 TELECINE detected, enabling inverse telecine fx.\nFPS changed to %5.3f!\n"
+#define MSGTR_LeaveTelecineMode "\ndemux_mpg: 30fps NTSC content detected, switching framerate.\n"
+#define MSGTR_EnterTelecineMode "\ndemux_mpg: 24fps progressive NTSC content detected, switching framerate.\n"
// dec_video.c & dec_audio.c:
#define MSGTR_CantOpenCodec "Could not open codec.\n"