feature 1616: rename "category" into "album" (first commit; still to come)

git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2010-09-16 19:03:56 +00:00
parent c4bb9c71dd
commit c206a73dd2
69 changed files with 536 additions and 536 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ SELECT DISTINCT(id)
$page = array_merge(
$page,
array(
'title' => l10n('Recent categories'),
'title' => l10n('Recent albums'),
)
);
}