mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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
This commit is contained in:
@@ -602,7 +602,7 @@ array_push($mysql_changes, 'define(\'PHPWG_INSTALLED\', true);');
|
||||
$page['infos'] = array_merge(
|
||||
$page['infos'],
|
||||
array(
|
||||
l10n('All sub-categories of private categories become private'),
|
||||
l10n('All sub-albums of private albums become private'),
|
||||
l10n('User permissions and group permissions have been erased'),
|
||||
l10n('Only thumbnails prefix and webmaster mail address have been saved from previous configuration')
|
||||
)
|
||||
@@ -610,4 +610,4 @@ $page['infos'] = array_merge(
|
||||
|
||||
// now we upgrade from 1.4.0
|
||||
include_once(PHPWG_ROOT_PATH.'install/upgrade_1.4.0.php');
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user