diff options
author | mistic100 <mistic@piwigo.org> | 2012-02-17 19:44:01 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-02-17 19:44:01 +0000 |
commit | 10b940ba48244d267ec022bc8435030eb6a04e32 (patch) | |
tree | 7d5fbf88466ff4fde05f0281a0b77b5e5bfc01ac /language | |
parent | e474f947fa8763daad243166a57f966bd304642e (diff) |
feature 2379: missing a "s" in languages keys
git-svn-id: http://piwigo.org/svn/trunk@13225 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 2ecf6f083..520268f8d 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -313,7 +313,7 @@ $lang['Show file metadata'] = "Show file metadata"; $lang['Show number of comments'] = "Show number of comments"; $lang['Show number of hits'] = "Show number of hits"; $lang['Show oldest comments first'] = 'Show oldest comments first'; -$lang['Show latest comment first'] = 'Show latest comment first'; +$lang['Show latest comments first'] = 'Show latest comments first'; $lang['show tag cloud'] = "show tags cloud"; $lang['Since'] = "Since"; $lang['slideshow'] = "slideshow"; |