commit 897ba6486728b0917aa569e0f101d8a15fb380df
parent 9971efeb205fde204519cd26424a389d7c60c5f2
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sun, 15 Mar 2015 16:45:20 +0100
Change "OpenSSL support" to "TLS support" in a dialog message.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;