[Commits] [SCM] claws branch, master, updated. 3.15.0-171-ge61840c
wwp at claws-mail.org
wwp at claws-mail.org
Fri Nov 10 11:37:58 CET 2017
The branch, master has been updated
via e61840c926adafa402746471347f9d7a233c5564 (commit)
from a631e269241b9cb7ff73c00a1980560bb8e7df1b (commit)
Summary of changes:
src/prefs_account.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit e61840c926adafa402746471347f9d7a233c5564
Author: wwp <wwp at free.fr>
Date: Fri Nov 10 11:37:38 2017 +0100
Yet another string correction.
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 84a8d0a..ec0d115 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -3066,12 +3066,12 @@ static gint prefs_basic_apply(void)
static gint prefs_receive_apply(void)
{
if (strchr(gtk_entry_get_text(GTK_ENTRY(send_page.smtp_uid_entry)), '\n') != NULL) {
- alertpanel_error(_("SMTP user ID can not contain newline character."));
+ alertpanel_error(_("SMTP user ID cannot contain a newline character."));
return -1;
}
if (strchr(gtk_entry_get_text(GTK_ENTRY(send_page.smtp_pass_entry)), '\n') != NULL) {
- alertpanel_error(_("SMTP password can not contain newline character."));
+ alertpanel_error(_("SMTP password cannot contain a newline character."));
return -1;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list