]> git.sesse.net Git - vlc/commitdiff
Change the http password request message.
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 15 Dec 2005 12:53:22 +0000 (12:53 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 15 Dec 2005 12:53:22 +0000 (12:53 +0000)
modules/access/http.c

index 0749103bd5544f21876862cfd5d704d42bad7ac2..ba0c33d13020608d5b99b8833b28f8543f2e2fdf 100644 (file)
@@ -288,7 +288,7 @@ connect:
         int i_ret;
         msg_Dbg( p_access, "Authentication failed" );
         i_ret = intf_UserLoginPassword( p_access, "HTTP authentication",
-                         "Authentication failed", &psz_login, &psz_password );
+                         "Please enter a valid login and password.", &psz_login, &psz_password );
         if( i_ret == DIALOG_OK_YES )
         {
             msg_Dbg( p_access, "retrying with user=%s, pwd=%s",