? .cvsignore
? 437524.string_fixes.patch
? translations
Index: privatemsg.api.php
===================================================================
RCS file: /cvs/drupal/contributions/modules/privatemsg/Attic/privatemsg.api.php,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 privatemsg.api.php
--- privatemsg.api.php	21 Apr 2009 21:10:56 -0000	1.1.2.3
+++ privatemsg.api.php	28 May 2009 14:15:35 -0000
@@ -333,7 +333,7 @@ function hook_privatemsg_message_validat
   foreach ($message['recipients'] as $recipient) {
     if ($recipient->name == 'blocked user') {
       $_privatemsg_invalid_recipients[] = $recipient->uid;
-      $errors[] = t("Message can't be sent to @name because he has been blocked");
+      $errors[] = t("Message can't be sent to @name because it has been blocked");
     }
   }
 }
Index: privatemsg.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/privatemsg/privatemsg.module,v
retrieving revision 1.70.2.30.2.91.2.44
diff -u -p -r1.70.2.30.2.91.2.44 privatemsg.module
--- privatemsg.module	26 Apr 2009 22:16:08 -0000	1.70.2.30.2.91.2.44
+++ privatemsg.module	28 May 2009 14:15:36 -0000
@@ -1567,7 +1567,7 @@ function _privatemsg_action_form() {
       '#value'  => t('Delete'),
   );
   // Display all operations which have a label.
-  $options = array(0 => t('More actions..'));
+  $options = array(0 => t('More actions...'));
   foreach (module_invoke_all('privatemsg_thread_operations') as $operation => $array) {
     if (isset($array['label'])) {
       $options[$operation] = $array['label'];
