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

CommentFileSizeAuthor
#1 wording-925702-1.patch0 bytesThomas_Zahreddin

Comments

Thomas_Zahreddin’s picture

StatusFileSize
new0 bytes

hi,

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.