aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_modify.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-09-21 20:19:41 +0000
committerrvelices <rv-github@modusoptimus.com>2010-09-21 20:19:41 +0000
commitb472955f7d994ad66f62a39b8e1dbb541ac17a4f (patch)
tree181fb183a5db684dcdb01c7f2e1ec33561898268 /admin/cat_modify.php
parent33f504da183388b8a3568928e5946892649a1907 (diff)
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
Diffstat (limited to 'admin/cat_modify.php')
-rw-r--r--admin/cat_modify.php8
1 files changed, 4 insertions, 4 deletions
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'),
'<ul><li>'
.get_cat_display_name_from_id($output_create['id'])
.'</li></ul>'
@@ -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'),
'<ul><li>'.implode('</li><li>', $category_names).'</li></ul>'
)
);
@@ -273,7 +273,7 @@ if ('private' == $category['status'])
);
}
-// manage category elements link
+// manage album elements link
if ($category['has_images'])
{
$template->assign(