From d4625b9f9e623dd770f94b924e7721f365fbff41 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 9 Jun 2011 21:26:10 +0000 Subject: [PATCH] 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 --- language/en_UK/admin.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';