#279233 by jbomb: Fix grammar in e-mail message string.
parent
9a6fa8920f
commit
ba62c9c54f
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue