From 897ba6486728b0917aa569e0f101d8a15fb380df Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sun, 15 Mar 2015 16:45:20 +0100 Subject: [PATCH] Change "OpenSSL support" to "TLS support" in a dialog message. --- src/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imap.c b/src/imap.c index 6a3e1ce30..81c4bb003 100644 --- a/src/imap.c +++ b/src/imap.c @@ -4063,7 +4063,7 @@ static gint imap_cmd_login(IMAPSession *session, #else log_error(LOG_PROTOCOL, _("Connection to %s failed: " "server requires TLS, but Claws Mail " - "has been compiled without OpenSSL " + "has been compiled without TLS " "support.\n"), SESSION(session)->server); return MAILIMAP_ERROR_LOGIN; -- 2.25.1