Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
contact.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2009 at 15:35 UTC
Updated:
8 Oct 2009 at 17:41 UTC
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.