aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.3.1.php
diff options
context:
space:
mode:
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
+?>