From 7907d31a9c757ea8224ad6ecde5deb434806ebbc Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 19 Sep 2010 19:50:02 +0000 Subject: feature 1616: rename "category" into "album" (second commit; still to come) git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/cat_list.php') diff --git a/admin/cat_list.php b/admin/cat_list.php index 7afc21db4..0ee142771 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -106,7 +106,7 @@ $navigation.= ''; if (isset($_GET['delete']) and is_numeric($_GET['delete']) and !is_adviser()) { delete_categories(array($_GET['delete'])); - array_push($page['infos'], l10n('Virtual category deleted')); + array_push($page['infos'], l10n('Virtual album deleted')); update_global_rank(); redirect(get_root_url().'admin.php?page=cat_list'); } @@ -137,7 +137,7 @@ else if (isset($_POST['submitOrder'])) array_push( $page['infos'], - l10n('Categories manual order was saved') + l10n('Album manual order was saved') ); } else -- cgit v1.2.3