diff options
author | plegall <plg@piwigo.org> | 2011-06-09 21:26:10 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-06-09 21:26:10 +0000 |
commit | d4625b9f9e623dd770f94b924e7721f365fbff41 (patch) | |
tree | a1e438f01813527b2ddc154309c4cb14cdb422f2 /language/en_UK | |
parent | 7532e1a802beb74b32417cedefc9a000733c8004 (diff) |
merge r11287 from branch 2.2 to trunk
bug 2334 fixed: "Informations" should not be plural in English
git-svn-id: http://piwigo.org/svn/trunk@11288 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-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 76d8c181f..75e4d76a7 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -357,7 +357,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'; |