From 7acc304f5543f2210a888e9bb562bb25032aa694 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 29 Mar 2007 19:04:54 +0000 Subject: o add missing $lang o use of l10n_dec o normalize file header git-svn-id: http://piwigo.org/svn/trunk@1932 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/include') diff --git a/admin/include/functions.php b/admin/include/functions.php index ac99539d6..6e97e3908 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1465,8 +1465,8 @@ DELETE FROM '.$table.' array_push( $page['infos'], - sprintf( - l10n('%d categories moved'), + l10n_dec( + '%d category moved', '%d categories moved', count($categories) ) ); -- cgit v1.2.3