summaryrefslogtreecommitdiff
path: root/includes/mail.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-30 05:32:31 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-30 05:32:31 +0000
commitba62c9c54f9554c2d101577bbb53910299369fe1 (patch)
tree28a29d0be67271ae697e9b5f4d34a9ab64af3e6f /includes/mail.inc
parent9a6fa8920f7215d1e28c61ff59e86ba00560a242 (diff)
downloadbrdo-ba62c9c54f9554c2d101577bbb53910299369fe1.tar.gz
brdo-ba62c9c54f9554c2d101577bbb53910299369fe1.tar.bz2
#279233 by jbomb: Fix grammar in e-mail message string.
Diffstat (limited to 'includes/mail.inc')
-rw-r--r--includes/mail.inc2
1 files changed, 1 insertions, 1 deletions
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');
}
}