On the "Drupal installation complete page," this following error message will apparently pop up if Drupal cannot send an email: Unable to send e-mail. Please contact the site admin, if the problem persists.

The comma does not belong in the second sentence. It is not separating clauses.

CommentFileSizeAuthor
#5 drupal-7-dev-279233-4.patch641 bytesjbomb
#2 drupal-7-dev-279233.patch633 bytesjbomb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mr.baileys’s picture

Version: 6.2 » 7.x-dev
Component: install system » base system
Issue tags: +Quick fix, +Novice, +User interface, +Grammar

Needs to be fixed in 7.x-dev and then backported to D6.

This affects more than just the install system, since the text is in mail.inc:

    // 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');
    }
jbomb’s picture

Assigned: Unassigned » jbomb
FileSize
633 bytes

removed the comma as requested.

jbomb’s picture

Status: Active » Needs review
keith.smith’s picture

I'd RTBC this, but it's very uncommon for us to abbreviate things. I realize the original string says "admin", but IMO, it should really say "administrator".

jbomb’s picture

FileSize
641 bytes

fair enough.

Damien Tournoud’s picture

Status: Needs review » Reviewed & tested by the community

Hop!

webchick’s picture

Version: 7.x-dev » 6.x-dev

Committed to HEAD. Thanks!

Moving back to 6.x. This is a string change, but it's also a bug fix. Not sure where Gábor stands on those issues.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

I think the "admin" wording is more something which underlines that this should be fixed in Drupal 6. Committed!

Status: Fixed » Closed (fixed)
Issue tags: -Quick fix, -Novice, -User interface, -Grammar

Automatically closed -- issue fixed for 2 weeks with no activity.