aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-09-19 22:26:41 +0000
committergweltas <gweltas@piwigo.org>2004-09-19 22:26:41 +0000
commit288818b06d7d7e2a9030722114e30a9fad32c736 (patch)
treeab64d6daaa4c9377e1baf6bc7635848330edc5e3 /comments.php
parent094bbe3cee63806dbdfba108f81817e3a85dada9 (diff)
- dispatch of configuration
git-svn-id: http://piwigo.org/svn/trunk@527 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php2
1 files changed, 1 insertions, 1 deletions
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'],