diff --git a/misc/smarty/templates_en/edit_list.tpl b/misc/smarty/templates_en/edit_list.tpl index f6e3e69..607c8b9 100644 --- a/misc/smarty/templates_en/edit_list.tpl +++ b/misc/smarty/templates_en/edit_list.tpl @@ -27,7 +27,7 @@ { if ( subscribers[i] != "" && !re_email.test(subscribers[i]) ) { - alert('Subscriber "' + subscribers[i] + '" (line #' + (parseFloat(i)+1) + ') have incorrect email.'); + alert('Subscriber "' + subscribers[i] + '" (see line #' + (parseFloat(i)+1) + ') has an incorrect email address.'); return false; } } @@ -36,7 +36,7 @@ { if ( moderators[i] != "" && !re_email.test(moderators[i]) ) { - alert('Moderator "' + moderators[i] + '" (line #' + (parseFloat(i)+1) + ') have incorrect email.'); + alert('Moderator "' + moderators[i] + '" (see line #' + (parseFloat(i)+1) + ') has an incorrect email address.'); return false; } } @@ -107,9 +107,8 @@