mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 01:44:42 +03:00
Correct SSL certificate accept/reject messages name
This commit is contained in:
parent
02115a8958
commit
a853194c1d
@ -513,8 +513,8 @@ void ami_tree_open(struct treeview_window *twin,int type)
|
||||
case AMI_TREE_SSLCERT:
|
||||
twin->wintitle = ami_utf8_easy((char *)messages_get("SSLCerts"));
|
||||
twin->sslerr = ami_utf8_easy((char *)messages_get("SSLError"));
|
||||
twin->sslaccept = ami_utf8_easy((char *)messages_get("Accept"));
|
||||
twin->sslreject = ami_utf8_easy((char *)messages_get("Reject"));
|
||||
twin->sslaccept = ami_utf8_easy((char *)messages_get("SSL_Certificate_Accept"));
|
||||
twin->sslreject = ami_utf8_easy((char *)messages_get("SSL_Certificate_Reject"));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user