From 288818b06d7d7e2a9030722114e30a9fad32c736 Mon Sep 17 00:00:00 2001 From: gweltas Date: Sun, 19 Sep 2004 22:26:41 +0000 Subject: - dispatch of configuration git-svn-id: http://piwigo.org/svn/trunk@527 68402e56-0260-453c-a942-63ccdbb3a9ee --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comments.php') diff --git a/comments.php b/comments.php index 38d2f5392..564e93af2 100644 --- a/comments.php +++ b/comments.php @@ -80,7 +80,7 @@ $template->set_filenames( array('comments'=>'comments.tpl') ); $template->assign_vars(array( 'L_COMMENT_TITLE' => $title, 'L_COMMENT_STATS' => $lang['stats_last_days'], - 'L_COMMENT_RETURN' => $lang['search_return_main_page'], + 'L_COMMENT_RETURN' => $lang['return_main_page'], 'L_DELETE' =>$lang['delete'], 'L_VALIDATE'=>$lang['submit'], -- cgit v1.2.3