diff options
author | plegall <plg@piwigo.org> | 2011-03-10 10:50:11 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-10 10:50:11 +0000 |
commit | 59b87ac06b92aafaee841ec8fdabb3cef8afb956 (patch) | |
tree | 3e76c3b0a5ba35632515397d37398a15b6cdcba4 /language/en_UK/upgrade.lang.php | |
parent | 3e7a89edb289877af8a756ef9984d07a656e6fb6 (diff) |
bug 2218: deactivate non core themes after upgrade
git-svn-id: http://piwigo.org/svn/trunk@9597 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/upgrade.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/upgrade.lang.php b/language/en_UK/upgrade.lang.php index 206f04985..e0dcaf5b4 100644 --- a/language/en_UK/upgrade.lang.php +++ b/language/en_UK/upgrade.lang.php @@ -39,4 +39,5 @@ $lang['All sub-albums of private albums become private'] = "All sub-albums of pr $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:'; +$lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = 'As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'; ?> |