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

merge-requests/26/head
Angie Byron 2009-06-08 05:12:15 +00:00
parent 18428ae91f
commit b9ed1bc6e6
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ function comment_form_alter(&$form, $form_state, $form_id) {
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 the "Post comments" permission can post comments.'),
'#return_value' => COMMENT_NODE_OPEN,
'#default_value' => $comment_settings,
'#id' => 'edit-comment-2',