1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

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

This commit is contained in:
Kalle Olavi Niemitalo 2006-07-02 23:19:48 +03:00 committed by Miciah Dashiel Butler Masters
parent ca496aa2dd
commit ef2f6383c6

View File

@ -96,7 +96,10 @@ do_auth_dialog(struct session *ses, void *data)
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);