Mercurial > mplayer.hg
changeset 17195:3b33f4c52324
one-word grammar fix for "incompatible codec" message
author | wanderer |
---|---|
date | Thu, 15 Dec 2005 17:54:29 +0000 |
parents | cd527e59d128 |
children | 8e6cf7bbe18a |
files | help/help_mp-en.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Thu Dec 15 17:50:29 2005 +0000 +++ b/help/help_mp-en.h Thu Dec 15 17:54:29 2005 +0000 @@ -950,7 +950,7 @@ // ======================= VO Video Output drivers ======================== #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\ - "Also try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.\n" + "Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.\n" #define MSGTR_VO_GenericError "This error has occurred" #define MSGTR_VO_UnableToAccess "Unable to access" #define MSGTR_VO_ExistsButNoDirectory "already exists, but is not a directory."