From b472955f7d994ad66f62a39b8e1dbb541ac17a4f Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 21 Sep 2010 20:19:41 +0000 Subject: feature 1616: rename "category" into "album" (3rd commit; still to come) git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_modify.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'admin/cat_modify.php') diff --git a/admin/cat_modify.php b/admin/cat_modify.php index 50fc21a29..34242fafe 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -111,7 +111,7 @@ UPDATE '.CATEGORIES_TABLE.' SET image_order='.(isset($image_order) ? 'NULL':'\'' move_categories( array($_GET['cat_id']), $_POST['parent'] ); } - array_push($page['infos'], l10n('Category informations updated successfully.')); + array_push($page['infos'], l10n('Album updated successfully')); } elseif (isset($_POST['set_random_representant'])) { @@ -154,7 +154,7 @@ elseif (isset($_POST['submitAdd'])) array_push( $page['infos'], sprintf( - l10n('Category elements associated to the following categories: %s'), + l10n('Album elements associated to the following albums: %s'), '' @@ -183,7 +183,7 @@ elseif (isset($_POST['submitDestinations']) array_push( $page['infos'], sprintf( - l10n('Category elements associated to the following categories: %s'), + l10n('Album elements associated to the following albums: %s'), '' ) ); @@ -273,7 +273,7 @@ if ('private' == $category['status']) ); } -// manage category elements link +// manage album elements link if ($category['has_images']) { $template->assign( -- cgit v1.2.3