diff options
author | ods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-13 20:36:28 +0000 |
---|---|---|
committer | ods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-13 20:36:28 +0000 |
commit | 46d5765edee3aae6d620a6354b856b8b2d7e29a0 (patch) | |
tree | 77b5e45ff55018a75a7e67cd9f5f03343367a359 | |
parent | cda04170cc5bbb3204eba96be7bb0156fc5b5c31 (diff) | |
download | mpv-46d5765edee3aae6d620a6354b856b8b2d7e29a0.tar.bz2 mpv-46d5765edee3aae6d620a6354b856b8b2d7e29a0.tar.xz |
nit by diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16756 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | help/help_mp-en.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 8c61ff69e3..ef8c4300d6 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -218,7 +218,7 @@ 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_NoAudioFileMismatch "\nCan not mix video-only files with audio and video files. Try -nosound.\n" +#define MSGTR_NoAudioFileMismatch "\nCannot mix video-only files with audio and video files. Try -nosound.\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" |