Index: comment_notify.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/comment_notify/comment_notify.module,v
retrieving revision 1.72
diff -u -r1.72 comment_notify.module
--- comment_notify.module	7 Nov 2009 18:39:55 -0000	1.72
+++ comment_notify.module	15 Nov 2009 12:56:47 -0000
@@ -646,22 +646,22 @@
     '#description' => t(
       'You can use the following variables to be replaced:
       <ul>
-      <li>!commname = the username who posted the comment
-      <li>!commtext = the text of the posted comment
-      <li>!commsubj = the subject of the posted comment
-      <li>!comment_url = the full url of the post and comment - note: if you have paging enabled, this does not work correct - set your max comments per page so that all fit on one page or reverse order them
-      <li>!node_title = the title of the node that was commented on
-      <li>!node_teaser = the teaser of the node that was commented on
-      <li>!node_body = the body of the node that was commented on
-      <li>!mission = site_mission text
-      <li>!name = username receiving the alert
-      <li>!site = your site
-      <li>!uri = base_url of site
-      <li>!uri_brief = base_url of site w/o http
-      <li>!date = the current time
-      <li>!login_uri  uri to login the user
-      <li>!edit_uri = uri to edit user profile
-      <li>!link1 the QUICKLINK to disable future follow-up notifications for the user
+      <li>!commname = the username who posted the comment</li>
+      <li>!commtext = the text of the posted comment</li>
+      <li>!commsubj = the subject of the posted comment</li>
+      <li>!comment_url = the full url of the post and comment - note: if you have paging enabled, this does not work correct - set your max comments per page so that all fit on one page or reverse order them</li>
+      <li>!node_title = the title of the node that was commented on</li>
+      <li>!node_teaser = the teaser of the node that was commented on</li>
+      <li>!node_body = the body of the node that was commented on</li>
+      <li>!mission = site_mission text</li>
+      <li>!name = username receiving the alert</li>
+      <li>!site = your site</li>
+      <li>!uri = base_url of site</li>
+      <li>!uri_brief = base_url of site w/o http</li>
+      <li>!date = the current time</li>
+      <li>!login_uri  uri to login the user</li>
+      <li>!edit_uri = uri to edit user profile</li>
+      <li>!link1 the QUICKLINK to disable future follow-up notifications for the user</li>
       </ul>'
     ),
     '#default_value' => variable_get('comment_notify_default_mailtext', t(DEFAULT_MAILTEXT)),
@@ -676,21 +676,21 @@
     '#description' => t(
       'You can use the following variables to be replaced:
       <ul>
-      <li>!commname = the username who posted the comment
-      <li>!commtext = the text of the posted comment
-      <li>!commsubj = the subject of the posted comment
-      <li>!comment_url = the full url of the post and comment - note: if you have paging enabled, this does not work correct - set your max comments per page so that all fit on one page or reverse order them
-      <li>!node_title = the title of the node that was commented on
-      <li>!node_teaser = the teaser of the node that was commented on
-      <li>!node_body = the body of the node that was commented on
-      <li>!mission = site_mission text
-      <li>!name = username receiving the alert
-      <li>!site = your site
-      <li>!uri = base_url of site
-      <li>!uri_brief = base_url of site w/o http
-      <li>!date = the current time
-      <li>!login_uri  uri to login the user
-      <li>!edit_uri = uri to edit user profile
+      <li>!commname = the username who posted the comment</li>
+      <li>!commtext = the text of the posted comment</li>
+      <li>!commsubj = the subject of the posted comment</li>
+      <li>!comment_url = the full url of the post and comment - note: if you have paging enabled, this does not work correct - set your max comments per page so that all fit on one page or reverse order them</li>
+      <li>!node_title = the title of the node that was commented on</li>
+      <li>!node_teaser = the teaser of the node that was commented on</li>
+      <li>!node_body = the body of the node that was commented on</li>
+      <li>!mission = site_mission text</li>
+      <li>!name = username receiving the alert</li>
+      <li>!site = your site</li>
+      <li>!uri = base_url of site</li>
+      <li>!uri_brief = base_url of site w/o http</li>
+      <li>!date = the current time</li>
+      <li>!login_uri  uri to login the user</li>
+      <li>!edit_uri = uri to edit user profile</li>
       </ul>'
     ),
     '#default_value' => variable_get('node_notify_default_mailtext', t(AUTHOR_MAILTEXT)),
