From c206a73dd21bd16e8666396455b42936a6551992 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 16 Sep 2010 19:03:56 +0000 Subject: 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 --- include/section_init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/section_init.inc.php') diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 38536ba90..03acb12bd 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -468,7 +468,7 @@ SELECT DISTINCT(id) $page = array_merge( $page, array( - 'title' => l10n('Recent categories'), + 'title' => l10n('Recent albums'), ) ); } -- cgit v1.2.3