#279233 by jbomb: Fix grammar in e-mail message string.

merge-requests/26/head
Angie Byron 2009-03-30 05:32:31 +00:00
parent 9a6fa8920f
commit ba62c9c54f
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
}