summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index b19cd203e..cbaef836e 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -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;
}