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.
| Comment | File | Size | Author |
|---|---|---|---|
| contact_patch.patch | 1.12 KB | smitty |
Comments
Comment #1
dave reidThat should be t('Hello @username,', array('@username => $account->name))
Also must be fixed in Drupal 7 (HEAD) first.
Comment #2
dave reidThis is a duplicate of #417244: Contact mail greeting should be friendly and translatable.