summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/contact/contact.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/contact/contact.module b/modules/contact/contact.module
index 9f355b91a..a103db69a 100644
--- a/modules/contact/contact.module
+++ b/modules/contact/contact.module
@@ -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'),