Skip to content
Snippets Groups Projects
Commit b9ed1bc6 authored by Angie Byron's avatar Angie Byron
Browse files

#484828 by Mike Wacker: Fix permission capitalization in help text.

parent 18428ae9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -610,7 +610,7 @@ function comment_form_alter(&$form, $form_state, $form_id) { ...@@ -610,7 +610,7 @@ function comment_form_alter(&$form, $form_state, $form_id) {
COMMENT_NODE_OPEN => array( COMMENT_NODE_OPEN => array(
'#type' => 'radio', '#type' => 'radio',
'#title' => t('Open'), '#title' => t('Open'),
'#description' => theme('indentation') . t("Users with 'post comments' permission can post comments."), '#description' => theme('indentation') . t('Users with the "Post comments" permission can post comments.'),
'#return_value' => COMMENT_NODE_OPEN, '#return_value' => COMMENT_NODE_OPEN,
'#default_value' => $comment_settings, '#default_value' => $comment_settings,
'#id' => 'edit-comment-2', '#id' => 'edit-comment-2',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment