aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.3.1.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-09-27 23:32:09 +0000
committerplegall <plg@piwigo.org>2010-09-27 23:32:09 +0000
commitc6a5f13d2307757a0328f9c8fac340938a17f90d (patch)
tree2cdbc8d891390edda192101d6cc10038c018b936 /install/upgrade_1.3.1.php
parent70978fdf5471e3a9b08bc948b4d0a3640d35f42c (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 'install/upgrade_1.3.1.php')
-rw-r--r--install/upgrade_1.3.1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/upgrade_1.3.1.php b/install/upgrade_1.3.1.php
index eab8bd57f..17ae3a5ed 100644
--- a/install/upgrade_1.3.1.php
+++ b/install/upgrade_1.3.1.php
@@ -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');
-?> \ No newline at end of file
+?>