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/tags.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'admin/tags.php') diff --git a/admin/tags.php b/admin/tags.php index 4344170c6..777281761 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -4,7 +4,6 @@ // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ -// | branch : BSF (Best So Far) // | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ @@ -135,11 +134,11 @@ DELETE array_push( $page['infos'], - sprintf( - l10n('The %d following tags were deleted : %s'), - count($tag_names), + l10n_dec( + 'The %d following tag were deleted', + 'The %d following tags were deleted', + count($tag_names)).' : '. implode(', ', $tag_names) - ) ); } -- cgit v1.2.3