? drupal_comment_settings_1.patch
? vertical-tabs.css_.patch
? sites/default/files
? sites/default/settings.php
Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.713
diff -u -p -r1.713 comment.module
--- modules/comment/comment.module	25 May 2009 15:43:38 -0000	1.713
+++ modules/comment/comment.module	27 May 2009 12:32:39 -0000
@@ -603,7 +603,7 @@ function comment_form_alter(&$form, $for
       COMMENT_NODE_OPEN => array(
         '#type' => 'radio',
         '#title' => t('Open'),
-        '#description' => theme('indentation') . t("Users with 'post comments' permission can post comments."),
+        '#description' => theme('indentation') . t("Users with 'post comments' !permission can post comments.", array('!permission' => l(t('permission'), 'admin/user/permissions'))),
         '#return_value' => COMMENT_NODE_OPEN,
         '#default_value' => $comment_settings,
         '#id' => 'edit-comment-2',
