summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-05 12:12:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-05 12:12:47 +0000
commit2b4b1f43cde345fe835be7b2fccb0701903770bf (patch)
treebff27b2f40c4479873471fed31f793d4ab00d3e4 /help
parent7ef02d662f9142b3ae408f4435673bea7b2ae1fe (diff)
downloadmpv-2b4b1f43cde345fe835be7b2fccb0701903770bf.tar.bz2
mpv-2b4b1f43cde345fe835be7b2fccb0701903770bf.tar.xz
Try to clarify scale filter usage hint.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22139 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index c6c5ad41d1..2a9ae3793e 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1009,7 +1009,8 @@ static char help_text[]=
// ======================= 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."