summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index db663aa87..cde48a989 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1442,7 +1442,7 @@ function comment_form_box($edit, $title = NULL) {
function comment_form_add_preview($form, &$form_state) {
global $user;
$edit = $form_state['values'];
- drupal_set_title(t('Preview comment'), PASS_THROUGH);
+ drupal_set_title(t('Preview comment'));
$output = '';
$node = node_load($edit['nid']);