From f20efb0cfa8f792808cc85266563fef708b7b9a5 Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 18 Nov 2004 14:57:00 +0000 Subject: Unification of "Return to main page" entry in the language files. git-svn-id: http://piwigo.org/svn/trunk@607 68402e56-0260-453c-a942-63ccdbb3a9ee --- comments.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comments.php') 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'], -- cgit v1.2.3