Please change
$form['from'] = array(
'#type' => 'textfield',
'#title' => t('Your e-mail'),
'#required' => TRUE,
);
to
$form['from'] = array(
'#type' => 'textfield',
'#title' => t('Your e-mail address'),
'#required' => TRUE,
);
(note added address on third line (line 65 of anonymous_contact.module) so that the text is translated.
thanks
Marco
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wording-925702-1.patch | 0 bytes | Thomas_Zahreddin |
Comments
Comment #1
Thomas_Zahreddin commentedhi,
here the requested change as patch + one other change in the wording.
+ I want to support this module, e.g. as co-maintainer, since i still support some websites with D6.