? .DS_Store
? contact_form_perm._00.patch
? contact_form_perm._01.patch
? contact_function_names_00.patch
? contact_submit_button_00.patch
? contact_submit_button_01.patch
? modules/.DS_Store
? sites/.DS_Store
? sites/default/files
? sites/default/settings.php
Index: modules/contact/contact.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/contact/contact.pages.inc,v
retrieving revision 1.19
diff -u -p -r1.19 contact.pages.inc
--- modules/contact/contact.pages.inc	29 Apr 2009 08:04:23 -0000	1.19
+++ modules/contact/contact.pages.inc	4 May 2009 21:34:24 -0000
@@ -89,7 +89,7 @@ function contact_mail_page() {
   );
   $form['submit'] = array(
     '#type' => 'submit',
-    '#value' => t('Send e-mail'),
+    '#value' => t('Send message'),
   );
 
   return $form;
@@ -191,7 +191,7 @@ function contact_mail_user(&$form_state,
     '#title' => t('Send yourself a copy.'),
   );
   $form['submit'] = array('#type' => 'submit',
-    '#value' => t('Send e-mail'),
+    '#value' => t('Send message'),
   );
   return $form;
 }
@@ -223,7 +223,7 @@ function contact_mail_user_submit($form,
 
   flood_register_event('contact');
   watchdog('mail', '%name-from sent %name-to an e-mail.', array('%name-from' => $user->name, '%name-to' => $account->name));
-  drupal_set_message(t('The message has been sent.'));
+  drupal_set_message(t('Your message has been sent.'));
 
   // Back to the requested users profile page.
   $form_state['redirect'] = "user/$account->uid";
Index: modules/contact/contact.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/contact/contact.test,v
retrieving revision 1.21
diff -u -p -r1.21 contact.test
--- modules/contact/contact.test	30 Apr 2009 21:44:18 -0000	1.21
+++ modules/contact/contact.test	4 May 2009 21:34:24 -0000
@@ -204,7 +204,7 @@ class ContactSitewideTestCase extends Dr
     $edit['subject'] = $subject;
     $edit['cid'] = $cid;
     $edit['message'] = $message;
-    $this->drupalPost('contact', $edit, t('Send e-mail'));
+    $this->drupalPost('contact', $edit, t('Send message'));
   }
 
   /**
