--- watchlist/watchlist.module	2008-10-30 23:45:19.000000000 +0300
+++ watchlist/watchlist.module.New	2009-03-05 03:09:17.000000000 +0300
@@ -162,10 +162,7 @@ function watchlist_admin_settings_form(&
   // Configure which content types can be flagged
   $form['moderated'] = array(
     '#title' => t('Enable moderation from the watchlist and banned list for these content types'),
-    '#description' => t('Content gets flagged into a pending pile '.
-      '(users can still view item) if a match is found in the watchlist.  '.
-      'Content gets flagged into hidden pile (hidden from users) if a match '. 
-      'is from from the bannedlist.  Users will only be validated against banned words.'),
+    '#description' => t('Content gets flagged into a pending pile (users can still view item) if a match is found in the watchlist. Content gets flagged into hidden pile (hidden from users) if a match is from from the bannedlist. Users will only be validated against banned words.'),
     '#type' => 'fieldset',
     '#collapsible' => TRUE,
     '#collapsed' => FALSE,
