diff options
Diffstat (limited to '')
-rw-r--r-- | comments.php | 2 |
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'], |