Index: sites/all/modules/contrib/privatemsg/privatemsg.module
===================================================================
--- sites/all/modules/contrib/privatemsg/privatemsg.module	(revision 743)
+++ sites/all/modules/contrib/privatemsg/privatemsg.module	(working copy)
@@ -2227,7 +2227,7 @@
     if (privatemsg_is_disabled($recipient)) {
       $blocked[] = array(
         'recipient' => 'user_' . $recipient->uid,
-        'message' => t('%recipient has disabled private message receiving.', array('%recipient' => privatemsg_recipient_format($recipient))),
+        'message' => t('%recipient has disabled private message receiving.', array('%recipient' => privatemsg_recipient_format($recipient, array('plain' => TRUE)))),
       );
     }
   }
