summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module
index b4a5cdbd4..5b62a852e 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -241,9 +241,10 @@ function comment_form_alter($form_id, &$form) {
$selected = isset($node->comment) ? $node->comment : variable_get("comment_$node->type", COMMENT_NODE_READ_WRITE);
$form['user_comments'] = array(
'#type' => 'fieldset',
- '#title' => t('User Comments'),
+ '#title' => t('User comments'),
'#collapsible' => TRUE,
'#collapsed' => TRUE,
+ '#weight' => 30,
);
$form['user_comments']['comment'] = array(
'#type' => 'radios',