summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorwanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-15 17:54:29 +0000
committerwanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-15 17:54:29 +0000
commitb0b4990d3f7b7e7afa738c08df6b1a3186ef0ef4 (patch)
tree767c1c7d4d156905efc8b2fc74cba5a2124f465c /help
parentdd75eef3f3afea4b4e0ef332ab76fd8932b87fbf (diff)
downloadmpv-b0b4990d3f7b7e7afa738c08df6b1a3186ef0ef4.tar.bz2
mpv-b0b4990d3f7b7e7afa738c08df6b1a3186ef0ef4.tar.xz
one-word grammar fix for "incompatible codec" message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17196 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index db06befb82..b1add779de 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -950,7 +950,7 @@ static char help_text[]=
// ======================= 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."