diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 1b965e711..2db900ffb 100644 --- a/modules/comment.module +++ b/modules/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)); 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)); |