From 59e8c1a1e7e11dddcc8c8e4fc8a5df71f955c792 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 25 Oct 2016 11:31:49 +0100 Subject: [PATCH] and another 'SSL' to 'SSL/TLS' --- src/mainwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.c b/src/mainwindow.c index 9637acb6b..48e31bba9 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -771,7 +771,7 @@ static GtkActionEntry mainwin_entries[] = {"Tools/Expunge", NULL, N_("Exp_unge"), "E", NULL, G_CALLBACK(expunge_summary_cb) }, #ifdef USE_GNUTLS /* {"Tools/---", NULL, "---", NULL, NULL, NULL }, */ - {"Tools/SSLCertificates", NULL, N_("SSL cer_tificates"), NULL, NULL, G_CALLBACK(ssl_manager_open_cb) }, + {"Tools/SSLCertificates", NULL, N_("SSL/TLS cer_tificates"), NULL, NULL, G_CALLBACK(ssl_manager_open_cb) }, #endif /* {"Tools/---", NULL, "---", NULL, NULL, NULL }, */ #ifndef G_OS_WIN32