Yet another string correction.
authorwwp <wwp@free.fr>
Fri, 10 Nov 2017 10:37:38 +0000 (11:37 +0100)
committerwwp <wwp@free.fr>
Fri, 10 Nov 2017 10:37:38 +0000 (11:37 +0100)
src/prefs_account.c

index 84a8d0a21b8786bfc36b684c31f5e895e230c5c2..ec0d115165afa06d0e1e26666f3a33b13e2b0781 100644 (file)
@@ -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;
        }