diff --git a/modules/comment.module b/modules/comment.module index 6117c33661e6..f06b87f3108f 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1092,7 +1092,7 @@ function comment_role_settings() { $edit = $_POST['edit']; - $output .= '

Initial comment scores

'; + $output .= '

'. t('Initial comment scores') .'

'; if ($edit) { variable_set('comment_roles', $edit); diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 6117c33661e6..f06b87f3108f 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1092,7 +1092,7 @@ function comment_role_settings() { $edit = $_POST['edit']; - $output .= '

Initial comment scores

'; + $output .= '

'. t('Initial comment scores') .'

'; if ($edit) { variable_set('comment_roles', $edit);