summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-10 20:36:03 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-10 20:36:03 +0000
commitd2927a906467a96bb6f9fce8d7a90332e25a9b4b (patch)
tree55435bd18144d8501205f5f04d0033df0f6171cd
parent7ce686c152416dc3a240861840f9c18791e38762 (diff)
downloadbrdo-d2927a906467a96bb6f9fce8d7a90332e25a9b4b.tar.gz
brdo-d2927a906467a96bb6f9fce8d7a90332e25a9b4b.tar.bz2
- Small usability change.
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 2495f65d2..870809a1e 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 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);
}
/*