aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-09-21 21:14:54 +0000
committerrvelices <rv-github@modusoptimus.com>2010-09-21 21:14:54 +0000
commit5ff171684eec339ed83119eb57e124174c07d465 (patch)
treeaeeaa7a472aa683da26e035ffb873a99b1096219 /admin/cat_list.php
parentb472955f7d994ad66f62a39b8e1dbb541ac17a4f (diff)
feature 1616: rename "category" into "album" (4th commit; almost there)
git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index 0ee142771..dd79287bd 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -190,7 +190,7 @@ SELECT id, name, id_uppercat
array_push(
$page['infos'],
- l10n('Categories automatically sorted')
+ l10n('Albums automatically sorted')
);
}
}