feature 1616: rename "category" into "album" (4th commit; almost there)

git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2010-09-21 21:14:54 +00:00
parent b472955f7d
commit 5ff171684e
73 changed files with 564 additions and 611 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ array_push(
array_push(
$advanced_features,
array(
'CAPTION' => l10n('Files with same name in more than one physical category'),
'CAPTION' => l10n('Files with same name in more than one physical album'),
'URL' => get_root_url().'admin.php?page=element_set&cat=duplicates'
)
);