summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-13 01:43:54 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-13 01:43:54 +0000
commitcfe770e0d9db6bcb41312b1bad7dfb8ec384b3f0 (patch)
tree4e5911214c8e31d91129fdff144db486045ede84 /help
parentf80676d8afda749f1d65e129ccda15e826d3d6d3 (diff)
downloadmpv-cfe770e0d9db6bcb41312b1bad7dfb8ec384b3f0.tar.bz2
mpv-cfe770e0d9db6bcb41312b1bad7dfb8ec384b3f0.tar.xz
little fixes....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17185 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index bea793dca5..d4fdee408d 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1381,18 +1381,20 @@ static char help_text[]=
#define MSGTR_MPDEMUX_NW_UnknownAF "Unknown address family %d\n"
#define MSGTR_MPDEMUX_NW_ResolvingHostForAF "Resolving %s for %s...\n"
#define MSGTR_MPDEMUX_NW_CantResolv "Couldn't resolve name for %s: %s\n"
-#define MSGTR_MPDEMUX_NW_ConnectingToServer "Connecting to server %s[%s]:%d ...\n"
+#define MSGTR_MPDEMUX_NW_ConnectingToServer "Connecting to server %s[%s]: %d...\n"
#define MSGTR_MPDEMUX_NW_CantConnect2Server "Failed to connect to server with %s\n"
#define MSGTR_MPDEMUX_NW_SelectFailed "Select failed.\n"
#define MSGTR_MPDEMUX_NW_ConnTimeout "Connection timeout.\n"
-#define MSGTR_MPDEMUX_NW_GetSockOptFailed "getsockopt failed : %s\n"
-#define MSGTR_MPDEMUX_NW_ConnectError "Connect error : %s\n"
-#define MSGTR_MPDEMUX_NW_InvalidProxySettingTryingWithout "Invalid proxy setting...Trying without proxy.\n"
+#define MSGTR_MPDEMUX_NW_GetSockOptFailed "getsockopt failed: %s\n"
+#define MSGTR_MPDEMUX_NW_ConnectError "Connect error: %s\n"
+#define MSGTR_MPDEMUX_NW_InvalidProxySettingTryingWithout "Invalid proxy setting... Trying without proxy.\n"
#define MSGTR_MPDEMUX_NW_CantResolvTryingWithoutProxy "Could not find resolve remote hostname for AF_INET. Trying without proxy.\n"
#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 -ie- EOF\n"
-#define MSGTR_MPDEMUX_NW_AuthFailed "Authentication failed. Please use the option -user and -passwd to provide your username/password for a list of URLs, or form an URL like: http://username:password@hostname/file\n"
+#define MSGTR_MPDEMUX_NW_AuthFailed "Authentication failed. Please use the option -user and -passwd 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"
#define MSGTR_MPDEMUX_NW_AuthRequired "Authentication required.\n"
#define MSGTR_MPDEMUX_NW_NoPasswdProvidedTryingBlank "No password provided, trying blank password.\n"