From d2927a906467a96bb6f9fce8d7a90332e25a9b4b Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 10 Dec 2002 20:36:03 +0000
Subject: [PATCH] - Small usability change.

---
 modules/comment.module         | 2 +-
 modules/comment/comment.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/comment.module b/modules/comment.module
index 2495f65d2b01..870809a1e499 100644
--- a/modules/comment.module
+++ b/modules/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);
   }
 
   /*
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 2495f65d2b01..870809a1e499 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);
   }
 
   /*
-- 
GitLab