From c6a5f13d2307757a0328f9c8fac340938a17f90d Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 27 Sep 2010 23:32:09 +0000 Subject: 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 --- install/upgrade_1.3.1.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/upgrade_1.3.1.php') 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 +?> -- cgit v1.2.3