summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-17 13:32:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-17 13:32:54 +0000
commit92fbe288421b9e2d7cba37a065a305661eb7fec7 (patch)
tree77483dbd69a48cd4bfb43ea4c6e5a43fda7de2c0 /help
parentf44b5a9e969d3ecf9f2f1d01a12296f4a692bada (diff)
downloadmpv-92fbe288421b9e2d7cba37a065a305661eb7fec7.tar.bz2
mpv-92fbe288421b9e2d7cba37a065a305661eb7fec7.tar.xz
grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17202 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 2df13e31ef..54c4f072b1 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1395,7 +1395,7 @@ static char help_text[]=
#define MSGTR_MPDEMUX_NW_ErrSendingHTTPRequest "Error while sending HTTP request: didn't sent all the request.\n"
#define MSGTR_MPDEMUX_NW_ReadFailed "Read failed.\n"
#define MSGTR_MPDEMUX_NW_Read0CouldBeEOF "http_read_response read 0 (i.e. EOF)\n"
-#define MSGTR_MPDEMUX_NW_AuthFailed "Authentication failed. Please use -user and -passwd options to provide your\n"\
+#define MSGTR_MPDEMUX_NW_AuthFailed "Authentication failed. Please use the -user and -passwd options to provide your\n"\
"username/password for a list of URLs, or form an URL like:\n"\
"http://username:password@hostname/file\n"
#define MSGTR_MPDEMUX_NW_AuthRequiredFor "Authentication required for %s\n"