diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-08 12:38:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-08 12:38:09 +0000 |
commit | bf1f7c4aec50107efdc393a7cea2149a1a3854d7 (patch) | |
tree | 3bac58dcf5dcf2d7e414d185d1ad6622fddd34f5 /comments.php | |
parent | a048738d8b9b6be6f16316b2a198386f92e1b600 (diff) |
- 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
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')); |