[Commits] editldap.c 1.8.2.43 1.8.2.44 prefs_actions.c 1.60.2.79 1.60.2.80

claws at claws-mail.org claws at claws-mail.org
Sun May 27 19:10:45 CEST 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv24770/src

Modified Files:
      Tag: gtk2
	editldap.c prefs_actions.c 
Log Message:
2012-05-27 [paul]	3.8.0cvs47

	* src/editldap.c
	* src/prefs_actions.c
	* src/gtk/about.c
		fix some typos in strings, thanks to Thomas Bellmann 

Index: prefs_actions.c
===================================================================
RCS file: /home/claws-mail/claws/src/prefs_actions.c,v
retrieving revision 1.60.2.79
retrieving revision 1.60.2.80
diff -u -d -r1.60.2.79 -r1.60.2.80
--- prefs_actions.c	8 Feb 2012 18:46:53 -0000	1.60.2.79
+++ prefs_actions.c	27 May 2012 17:10:43 -0000	1.60.2.80
@@ -612,7 +612,7 @@
 
 	action_nb = prefs_actions_find_by_name(entry_text);
 	if ((action_nb != -1) && ((row == -1) || (row != action_nb + 1))) {
-		alertpanel_error(_("There is action with this name already."));
+		alertpanel_error(_("There is an action with this name already."));
 		return -1;
 	}
 	

Index: editldap.c
===================================================================
RCS file: /home/claws-mail/claws/src/editldap.c,v
retrieving revision 1.8.2.43
retrieving revision 1.8.2.44
diff -u -d -r1.8.2.43 -r1.8.2.44
--- editldap.c	22 Oct 2011 17:09:02 -0000	1.8.2.43
+++ editldap.c	27 May 2012 17:10:43 -0000	1.8.2.44
@@ -471,11 +471,11 @@
 	SET_TOGGLE_SENSITIVITY_REVERSE(enable_tls_checkbtn, enable_ssl_checkbtn);
 	SET_TOGGLE_SENSITIVITY_REVERSE(enable_ssl_checkbtn, enable_tls_checkbtn);
 	CLAWS_SET_TIP(enable_tls_checkbtn, _( 
-		"Enable secure connection to the LDAP server via TLS."
+		"Enable secure connection to the LDAP server via TLS. "
 		"If connection fails, be sure to check the correct "
 		"configuration in ldap.conf (TLS_CACERTDIR and TLS_REQCERT fields)." ));
 	CLAWS_SET_TIP(enable_ssl_checkbtn, _( 
-		"Enable secure connection to the LDAP server via SSL."
+		"Enable secure connection to the LDAP server via SSL. "
 		"If connection fails, be sure to check the correct "
 		"configuration in ldap.conf (TLS_CACERTDIR and TLS_REQCERT fields)." ));
 



More information about the Commits mailing list