talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 59e8c1a1e7e11dddcc8c8e4fc8a5df71f955c792
parent a87b48979bc51901574fd99c29248a775a2653aa
Author: Paul <paul@claws-mail.org>
Date:   Tue, 25 Oct 2016 11:31:49 +0100

and another 'SSL' to 'SSL/TLS'

Diffstat:
Msrc/mainwindow.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainwindow.c b/src/mainwindow.c @@ -771,7 +771,7 @@ static GtkActionEntry mainwin_entries[] = {"Tools/Expunge", NULL, N_("Exp_unge"), "<control>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