# HG changeset patch # User diego # Date 1111253337 0 # Node ID 6fadff070261b63b9104e0e529460f916b8eaaee # Parent 694c678c4f2f15e3f13263777fbb2ac3201916b3 Replace placeholder message with something sane. 1l to Rich for overlooking this. diff -r 694c678c4f2f -r 6fadff070261 help/help_mp-en.h --- a/help/help_mp-en.h Sat Mar 19 17:21:41 2005 +0000 +++ b/help/help_mp-en.h Sat Mar 19 17:28:57 2005 +0000 @@ -218,7 +218,8 @@ #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"