diff options
author | plegall <plg@piwigo.org> | 2010-05-03 13:27:08 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-03 13:27:08 +0000 |
commit | 43f0af547c68720b4fe3222b5cc8ce1beaf198b0 (patch) | |
tree | d867f5051d35871d90c6d44a048f7199905c82dd /language/en_UK | |
parent | 0c8cebe04422aa47021f66acfcd2e3629ccaf7ae (diff) |
bug 1640 fixed: the plugin deactivation warning key was not correctly set in
all language files.
git-svn-id: http://piwigo.org/svn/trunk@6053 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/upgrade.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/upgrade.lang.php b/language/en_UK/upgrade.lang.php index 53f570857..8c6c37eb2 100644 --- a/language/en_UK/upgrade.lang.php +++ b/language/en_UK/upgrade.lang.php @@ -34,7 +34,7 @@ $lang['total SQL time'] = "total SQL time"; $lang['SQL queries'] = "SQL queries"; $lang['Upgrade informations'] = "Upgrade information"; $lang['Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'] = "Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem."; -$lang['As a precaution, following plugins have been disabled. You must check for plugins upgrade before reactiving them:'] = "As a precaution, the following plugins have been deactivated. You must check for plugins upgrades before reactivating them:"; +$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = "As a precaution, the following plugins have been deactivated. You must check for plugins upgrades before reactivating them:"; $lang['Only administrator can run upgrade: please sign in below.'] = "Only an administrator can run upgrade: please sign in below."; $lang['You do not have access rights to run upgrade'] = "You do not have access rights to run upgrade"; $lang['All sub-categories of private categories become private'] = "All sub-categories of private categories become private"; |