--- comment_notify.module	2010-03-10 16:29:40.000000000 -0600
+++ comment_notifyNew.module	2010-09-21 15:40:31.000000000 -0500
@@ -314,7 +314,7 @@ function comment_notify_user($type, &$ed
           '#title' => t('Receive comment follow-up notification e-mails'),
           '#default_value' => isset($edit['comment_notify_mailalert']) ? $edit['comment_notify_mailalert'] : variable_get('comment_notify_default_registered_mailalert', COMMENT_NOTIFY_DISABLED),
           '#options' => $available_options,
-          '#description' => t("Check this box to receive e-mail notification for follow-up comments to comments you posted. You can later disable this on a post-by-post basis... so if you leave this to YES, you can still disable follow-up notifications for comments you don't want follow-up mails anymore - i.e. for very popular posts.")
+          '#description' => t("Selec the option to receive e-mail notification for comment appropriately or not at all.")
         );
         return $form;
       }
