Change "OpenSSL support" to "TLS support" in a dialog message.
authorAndrej Kacian <ticho@claws-mail.org>
Sun, 15 Mar 2015 15:45:20 +0000 (16:45 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Sun, 15 Mar 2015 15:45:20 +0000 (16:45 +0100)
src/imap.c

index 6a3e1ce304617e1b3a1a61d9a52a72c1edbae096..81c4bb00340c39ca3e5eff4c55fafaf60c478d27 100644 (file)
@@ -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;