From bf1f7c4aec50107efdc393a7cea2149a1a3854d7 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 8 Mar 2008 12:38:09 +0000 Subject: - security fix (profile) - les langues a la hache - fix some copy/paste errors git-svn-id: http://piwigo.org/svn/trunk@2268 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 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')); -- cgit v1.2.3