summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-19 17:28:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-19 17:28:57 +0000
commit985edec866fe1edad9d9a69593ad32178cc65f0d (patch)
tree74d489059087f87bbf2e8631c8fbe92087f044db /help
parenta33835bb881eecdc9837407a28b03e3861df15f0 (diff)
downloadmpv-985edec866fe1edad9d9a69593ad32178cc65f0d.tar.bz2
mpv-985edec866fe1edad9d9a69593ad32178cc65f0d.tar.xz
Replace placeholder message with something sane.
1l to Rich for overlooking this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14963 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 9bc5bfaa93..a8ea0a1555 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -218,7 +218,8 @@ static char help_text[]=
#define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace than the previous one.\n"
#define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n"
#define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n"
-#define MSGTR_NoSpeedWithFrameCopy "Bleh\n"
+#define MSGTR_NoSpeedWithFrameCopy "WARNING: -speed is not guaranteed to work correctly with -oac copy!\n"\
+"Your encode might be broken!\n"
#define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
#define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
#define MSGTR_FixupAVIHeader "Fixing AVI header...\n"