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 45fcc3666..1bc6f757c 100644 --- a/comments.php +++ b/comments.php @@ -172,7 +172,7 @@ UPDATE '.COMMENTS_TABLE.' // | page header and options | // +-----------------------------------------------------------------------+ -$title= l10n('title_comments'); +$title= l10n('User comments'); $page['body_id'] = 'theCommentsPage'; $template->set_filenames(array('comments'=>'comments.tpl')); |