1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

one-word grammar fix for "incompatible codec" message

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17196 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
wanderer 2005-12-15 17:54:29 +00:00
parent dd75eef3f3
commit b0b4990d3f

View File

@ -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."