do_auth_dialog: Don't claim that the authentication is for HTTP.

---
commit bac061244dfedd0dd97025d98d7850330b89bbf3
tree 78e37fde3a9cc177602d6fe974e3e615cfb71119
parent 7f872d610a81d978717dfdb1c4f649bf3e8253d7
author Kalle Olavi Niemitalo <[EMAIL PROTECTED]> Sun, 02 Jul 2006 23:19:48 +0300
committer Kalle Olavi Niemitalo <[EMAIL PROTECTED]> Sun, 06 Aug 2006 14:33:18 
+0300

 src/protocol/auth/dialogs.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/protocol/auth/dialogs.c b/src/protocol/auth/dialogs.c
index 47e10e2..0722df1 100644
--- a/src/protocol/auth/dialogs.c
+++ b/src/protocol/auth/dialogs.c
@@ -96,7 +96,10 @@ #define AUTH_WIDGETS_COUNT 5
 
        a->blocked = 1;
 
-       dlg->title = _("HTTP Authentication", term);
+       /* This function is used for at least HTTP and FTP, so don't
+        * name the protocol here.  Consider also what an FTP server
+        * behind an HTTP proxy should be called.  */
+       dlg->title = _("Authentication required", term);
        dlg->layouter = generic_dialog_layouter;
 
        text = get_dialog_offset(dlg, AUTH_WIDGETS_COUNT);

Attachment: pgp13njR6l9iV.pgp
Description: PGP signature

_______________________________________________
elinks-dev mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to