diff --git a/modules/contact/contact.module b/modules/contact/contact.module
index 9f355b91ac40e8cea02e6bd2cb4263384991bf95..a103db69af2bbe71505c517e1e1c1ad28abb3d3c 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'),