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 2495f65d2..870809a1e 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -313,7 +313,7 @@ function comment_links($comment, $return = 1) {
*/
if ($return) {
- $links[] = l(t("return"), array("id" => $comment->nid), "node", $comment->cid);
+ $links[] = l(t("parent"), array("id" => $comment->nid), "node", $comment->cid);
}
/*