From 9f60522740b2c9ce3f77cfbb9ce0e737b2f479e0 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Wed, 26 Aug 2015 13:21:09 +0200 Subject: [PATCH] =?utf8?q?Fix=20bug=20#3342=20=E2=80=98"Automatically=20ac?= =?utf8?q?cept=20unknown=20valid=20SSL=20certificates"=20is=20unfortunate?= =?utf8?q?=20wording=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/prefs_account.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/prefs_account.c b/src/prefs_account.c index f0adb8047..62507bbcc 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -1,6 +1,6 @@ /* - * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2013 Hiroyuki Yamamoto and the Claws Mail team + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2015 Hiroyuki Yamamoto and the Claws Mail team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ #ifdef HAVE_CONFIG_H @@ -2555,7 +2554,7 @@ static void ssl_create_widget_func(PrefsPage * _page, gtk_box_pack_start (GTK_BOX (vbox1), vbox7, FALSE, FALSE, 0); PACK_CHECK_BUTTON(vbox7, ssl_certs_auto_accept_checkbtn, - _("Automatically accept unknown valid SSL certificates")); + _("Automatically accept valid SSL certificates")); PACK_CHECK_BUTTON(vbox7, use_nonblocking_ssl_checkbtn, _("Use non-blocking SSL")); -- 2.25.1