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/include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/include') diff --git a/admin/include/functions.php b/admin/include/functions.php index d169dfb80..e74263318 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1152,7 +1152,7 @@ DELETE FROM '.$table.' array_push( $page['infos'], l10n_dec( - '%d category moved', '%d categories moved', + '%d album moved', '%d albums moved', count($categories) ) ); -- cgit v1.2.3