diff options
author | plegall <plg@piwigo.org> | 2005-01-23 15:26:39 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-01-23 15:26:39 +0000 |
commit | 7eb2d433b754b0f91d97046961ca3f16e566774a (patch) | |
tree | 73eceeeb052eea749e1edfb4aa2312487e239572 | |
parent | 2f50745d1412a3bdb4c507bf50e8fe5d1ac9f48a (diff) |
- bug fixed : title_comments language item was missing in english
git-svn-id: http://piwigo.org/svn/trunk@720 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index da9230c93..384a0925e 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -297,6 +297,7 @@ $lang['mail_new_comment_content'] = 'A new comment has been registered on the ga $lang['guest'] = 'guest'; $lang['add'] = 'add'; +$lang['title_comments'] = 'Users comments'; $lang['stats_last_days'] = 'last days'; $lang['hint_comments'] = 'See last users comments'; $lang['menu_login'] = 'login'; |