#78921 by soxofaan. Use consistent pronouns on contact page.

5.x
Neil Drumm 2006-08-17 09:04:09 +00:00
parent 28f7908f8c
commit 5bc5413aa8
1 changed files with 2 additions and 2 deletions

View File

@ -343,7 +343,7 @@ function contact_mail_user() {
'#required' => TRUE,
);
$form['copy'] = array('#type' => 'checkbox',
'#title' => t('Send me a copy.'),
'#title' => t('Send yourself a copy.'),
);
$form['submit'] = array('#type' => 'submit',
'#value' => t('Send e-mail'),
@ -474,7 +474,7 @@ function contact_mail_page() {
'#required' => TRUE,
);
$form['copy'] = array('#type' => 'checkbox',
'#title' => t('Send me a copy.'),
'#title' => t('Send yourself a copy.'),
);
$form['submit'] = array('#type' => 'submit',
'#value' => t('Send e-mail'),