From 5bc5413aa892c1a8f7dd9b34b45bf9e29d187315 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Thu, 17 Aug 2006 09:04:09 +0000
Subject: [PATCH] #78921 by soxofaan. Use consistent pronouns on contact page.

---
 modules/contact/contact.module | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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