# HG changeset patch # User diego # Date 1170677567 0 # Node ID 5a32ce153f8a07a01686b1885c147e50ee68af9e # Parent 2bc3da669308fe95832c5d9af918fc8600639433 Try to clarify scale filter usage hint. diff -r 2bc3da669308 -r 5a32ce153f8a help/help_mp-en.h --- a/help/help_mp-en.h Mon Feb 05 10:01:39 2007 +0000 +++ b/help/help_mp-en.h Mon Feb 05 12:12:47 2007 +0000 @@ -1009,7 +1009,8 @@ // ======================= VO Video Output drivers ======================== #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\ - "Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.\n" + "Try appending the scale filter to your filter list,\n"\ + "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."