[elinks-dev] [patch] do_auth_dialog: Don't claim that the authentication is for HTTP.
Kalle Olavi Niemitalo
kon at iki.fi
Sun Aug 6 05:42:00 MDT 2006
do_auth_dialog: Don't claim that the authentication is for HTTP.
---
commit bac061244dfedd0dd97025d98d7850330b89bbf3
tree 78e37fde3a9cc177602d6fe974e3e615cfb71119
parent 7f872d610a81d978717dfdb1c4f649bf3e8253d7
author Kalle Olavi Niemitalo <kon at iki.fi> Sun, 02 Jul 2006 23:19:48 +0300
committer Kalle Olavi Niemitalo <Kalle at Astalo.kon.iki.fi> 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);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://linuxfromscratch.org/pipermail/elinks-dev/attachments/20060806/9e4afa17/attachment.bin
More information about the elinks-dev
mailing list