If a user sends a message to another user via the contact form the beginning of the mail is just username,.
I propose to change this to Hello username,. This is done in all other mails created by Drupal, just missing in the contact mail.

Please find a patch attached.

CommentFileSizeAuthor
contact_patch.patch1.12 KBsmitty

Comments

dave reid’s picture

Version: 6.13 » 7.x-dev
Status: Active » Needs work

That should be t('Hello @username,', array('@username => $account->name))

Also must be fixed in Drupal 7 (HEAD) first.

dave reid’s picture

Status: Needs work » Closed (duplicate)