# HG changeset patch # User wanderer # Date 1134669269 0 # Node ID 3b33f4c52324c73a4601c33ffb70fa5def807bd6 # Parent cd527e59d1287a50ef026a8dd54af3fb99d7cfd0 one-word grammar fix for "incompatible codec" message diff -r cd527e59d128 -r 3b33f4c52324 help/help_mp-en.h --- 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."