Index: privatemsg.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/privatemsg/privatemsg.module,v
retrieving revision 1.70.2.30.2.91.2.64.2.21
diff -u -p -r1.70.2.30.2.91.2.64.2.21 privatemsg.module
--- privatemsg.module	28 Oct 2009 19:57:18 -0000	1.70.2.30.2.91.2.64.2.21
+++ privatemsg.module	28 Oct 2009 20:25:09 -0000
@@ -373,9 +373,7 @@ function private_message_settings() {
     '#collapsible' => TRUE,
     '#collapsed'   => TRUE,
     '#title'       => t('Flush deleted messages'),
-    '#description' => t('By default, deleted messages are only hidden from the
-                         user but still stored in the database. These settings
-                         control if and when messages should be removed.'),
+    '#description' => t('By default, deleted messages are only hidden from the user but still stored in the database. These settings control if and when messages should be removed.'),
   );
 
   $form['flush_deleted']['privatemsg_flush_enabled'] = array(
