[Commits] [SCM] claws branch, master, updated. 3.9.3-120-gd68ee84

colin at claws-mail.org colin at claws-mail.org
Tue Apr 29 13:40:49 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  d68ee842979426466fbaf8e30f56b8dba0f34409 (commit)
      from  123cf6fbfe84f47d6bf277efc835a1b353ed0c94 (commit)


- Log -----------------------------------------------------------------
commit d68ee842979426466fbaf8e30f56b8dba0f34409
Author: Colin Leroy <colin at colino.net>
Date:   Tue Apr 29 13:40:35 2014 +0200

    Fix english

diff --git a/src/plugins/rssyl/rssyl_prefs.c b/src/plugins/rssyl/rssyl_prefs.c
index ab37b89..97b2b83 100644
--- a/src/plugins/rssyl/rssyl_prefs.c
+++ b/src/plugins/rssyl/rssyl_prefs.c
@@ -149,7 +149,7 @@ static void create_rssyl_prefs_page(PrefsPage *page,
 			_("Path to Netscape-style cookies.txt file containing your cookies"));
 
 	ssl_verify_peer_checkbtn = gtk_check_button_new_with_label(
-			_("Verify SSL certificates validity for new feeds"));
+			_("Verify SSL certificate validity for new feeds"));
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(ssl_verify_peer_checkbtn),
 			rssyl_prefs.ssl_verify_peer);
 	gtk_table_attach(GTK_TABLE(table), ssl_verify_peer_checkbtn, 0, 2, 5, 6,

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/rssyl/rssyl_prefs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list