diff --git a/modules/smtp/modules.php b/modules/smtp/modules.php index 4df50257a6..a48bf844ed 100644 --- a/modules/smtp/modules.php +++ b/modules/smtp/modules.php @@ -712,7 +712,7 @@ public function process() { /* get smtp recipients */ $recipients = $mime->get_recipient_addresses(); if (empty($recipients)) { - Hm_Msgs::add("ERRNo valid receipts found"); + Hm_Msgs::add("ERRNo valid recipients found"); repopulate_compose_form($draft, $this); return; }