diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 1b965e711..2db900ffb 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -176,7 +176,7 @@ function comment_preview($edit) { ** Preview the comment: */ - comment_view($comment); + comment_view($comment, t("reply to this comment")); theme("box", t("Reply"), comment_form($edit)); |