[patch] do_auth_dialog: Don't claim that the authentication is for HTTP.
Kalle Olavi Niemitalo <[email protected]>
| Newsgroups | gmane.comp.web.links |
|---|---|
| Message-ID | <[email protected]> |
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); _______________________________________________ elinks-dev mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-dev
signature.asc
(application/pgp-signature, 188 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFE1dWVHm9IGt60eMgRApkhAKCiJeMwRAYheCfWaLHu6UXCTVmrrACcC/oe Bh4Y8NAdt/bAb5m/Ittf0m4= =xD8R -----END PGP SIGNATURE-----