[Commits] [SCM] claws branch, master, updated. 3.15.0-169-g92bb638

claws at claws-mail.org claws at claws-mail.org
Thu Nov 9 09:48:55 CET 2017


The branch, master has been updated
       via  92bb638e56a0827639a1d3d3ce1545bb93f74db9 (commit)
      from  69ee63c1427c43d74df250fe58720063324185a9 (commit)

Summary of changes:
 src/prefs_account.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 92bb638e56a0827639a1d3d3ce1545bb93f74db9
Author: Paul <paul at claws-mail.org>
Date:   Thu Nov 9 08:48:50 2017 +0000

    oh-so-minor string correction

diff --git a/src/prefs_account.c b/src/prefs_account.c
index f6ea7c8..84a8d0a 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -3033,12 +3033,12 @@ static gint prefs_basic_apply(void)
 				tmp_ac_prefs.account_name ? tmp_ac_prefs.account_name : "(null)");
 	
 	if (strchr(gtk_entry_get_text(GTK_ENTRY(basic_page.uid_entry)), '\n') != NULL) {
-		alertpanel_error(_("User ID can not contain newline character."));
+		alertpanel_error(_("User ID cannot contain a newline character."));
 		return -1;
 	}
 
 	if (strchr(gtk_entry_get_text(GTK_ENTRY(basic_page.pass_entry)), '\n') != NULL) {
-		alertpanel_error(_("Password can not contain newline character."));
+		alertpanel_error(_("Password cannot contain a newline character."));
 		return -1;
 	}
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list