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 --- admin/intro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/intro.php') diff --git a/admin/intro.php b/admin/intro.php index 112d33fe1..3908891d9 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -200,7 +200,7 @@ $template->assign( 'DB_VERSION' => $db_version, 'DB_ELEMENTS' => l10n_dec('%d image', '%d images', $nb_elements), 'DB_CATEGORIES' => - l10n_dec('%d category including', '%d categories including', + l10n_dec('%d album including', '%d albums including', $nb_categories). l10n_dec('%d physical', '%d physical', $nb_physical). -- cgit v1.2.3