aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/comments.php b/comments.php
index 230de3406..4f9530eeb 100644
--- a/comments.php
+++ b/comments.php
@@ -79,7 +79,8 @@ $template->assign_vars(
array(
'L_COMMENT_TITLE' => $title,
'L_COMMENT_STATS' => $lang['stats_last_days'],
- 'L_COMMENT_RETURN' => $lang['return_main_page'],
+ 'L_COMMENT_RETURN' => $lang['home'],
+ 'L_COMMENT_RETURN_HINT' => $lang['home_hint'],
'L_DELETE' =>$lang['delete'],
'L_VALIDATE'=>$lang['submit'],