#78921 by soxofaan. Use consistent pronouns on contact page.
parent
28f7908f8c
commit
5bc5413aa8
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue