diff options
author | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
commit | c6a5f13d2307757a0328f9c8fac340938a17f90d (patch) | |
tree | 2cdbc8d891390edda192101d6cc10038c018b936 /language/en_UK/upgrade.lang.php | |
parent | 70978fdf5471e3a9b08bc948b4d0a3640d35f42c (diff) |
feature 1616: rename category into album, a few language keys were missing
git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 4fcff33f2..482311c56 100644 --- a/language/en_UK/upgrade.lang.php +++ b/language/en_UK/upgrade.lang.php @@ -35,7 +35,7 @@ $lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you $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"; +$lang['All sub-albums of private albums become private'] = "All sub-albums of private albums become private"; $lang['User permissions and group permissions have been erased'] = "Users and groups permissions have been erased"; $lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = "Only thumbnails prefix and webmaster mail address have been saved from previous configuration"; $lang['In <i>%s</i>, before <b>?></b>, insert:'] = 'In <i>%s</i>, before <b>?></b>, insert:'; |