diff options
author | plegall <plg@piwigo.org> | 2011-06-09 21:25:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-06-09 21:25:35 +0000 |
commit | 7a700971ebc1d6e9c535ac103d2c3955c3cccbbb (patch) | |
tree | 8d94cc11c6df65a46fbd40d217650b6714557089 | |
parent | ab8700e7a742bdc6918486238cf7bd6d30ba396d (diff) |
bug 2334 fixed: "Informations" should not be plural in English
git-svn-id: http://piwigo.org/svn/branches/2.2@11287 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/en_UK/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 0149292fb..b6fbc26af 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -349,7 +349,7 @@ $lang['Inactive Themes'] = 'Inactive themes'; $lang['include child albums'] = 'include child albums'; $lang['Include display of recent photos grouped by dates'] = "Include display of recent photos grouped by dates"; $lang['Information data registered in database'] = "Information data registered in database"; -$lang['Informations'] = "Informations"; +$lang['Informations'] = "Information"; $lang['Install on your computer,'] = 'Install on your computer,'; $lang['Install'] = "Install"; $lang['Installed Languages'] = 'Installed Languages'; |