Yet another string correction.
[claws.git] / src / prefs_account.c
index f6ea7c8234b1f15cd0faf314b153e0fa1494fc5c..ec0d115165afa06d0e1e26666f3a33b13e2b0781 100644 (file)
@@ -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;
        }
 
@@ -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;
        }