--- sites/all/modules/comment_delete/comment_delete.admin.inc	2009-05-08 23:21:54.000000000 +0400
+++ sites/all/modules/comment_delete/comment_delete.admin.inc	2010-03-07 18:28:22.547468000 +0300
@@ -1,4 +1,6 @@
 <?php
+// $Id$
+
 /**
  * Settings for comment deletion.
  */
@@ -10,9 +12,10 @@
     '#options' => array(
       0 => t('Delete all replies of the comment'),
       1 => t('Move all replies up one level'),
+      2 => t('Delete only the comment, or it\'s text and the subject if it has replies.'),
     ),
     '#required' => TRUE,
     '#default_value' => variable_get('comment_delete_replies', 0),
   );
   return system_settings_form($form);
-}
\ В конце файла нет новой строки
+}
