mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
do_auth_dialog: Don't claim that the authentication is for HTTP.
This commit is contained in:
parent
ca496aa2dd
commit
ef2f6383c6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user