From ba62c9c54f9554c2d101577bbb53910299369fe1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 30 Mar 2009 05:32:31 +0000 Subject: #279233 by jbomb: Fix grammar in e-mail message string. --- includes/mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/mail.inc') diff --git a/includes/mail.inc b/includes/mail.inc index c686c2078..1eeaa7f89 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -132,7 +132,7 @@ function drupal_mail($module, $key, $to, $language, $params = array(), $from = N // Log errors if (!$message['result']) { watchdog('mail', 'Error sending e-mail (from %from to %to).', array('%from' => $message['from'], '%to' => $message['to']), WATCHDOG_ERROR); - drupal_set_message(t('Unable to send e-mail. Please contact the site admin, if the problem persists.'), 'error'); + drupal_set_message(t('Unable to send e-mail. Please contact the site administrator if the problem persists.'), 'error'); } } -- cgit v1.2.3