[Commits] [SCM] claws branch, master, updated. 3.12.0-60-g9f60522
mones at claws-mail.org
mones at claws-mail.org
Wed Aug 26 13:23:25 CEST 2015
The branch, master has been updated
via 9f60522740b2c9ce3f77cfbb9ce0e737b2f479e0 (commit)
from 87b3e7c74ad88c3a60c9c2df93901209766455dd (commit)
Summary of changes:
src/prefs_account.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 9f60522740b2c9ce3f77cfbb9ce0e737b2f479e0
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Aug 26 13:21:09 2015 +0200
Fix bug #3342 ‘"Automatically accept unknown valid SSL certificates" is unfortunate wording’
diff --git a/src/prefs_account.c b/src/prefs_account.c
index f0adb80..62507bb 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 <http://www.gnu.org/licenses/>.
- *
*/
#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"));
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list