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 --- index.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index ef0f00c5a..6116828f3 100644 --- a/index.php +++ b/index.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$ @@ -228,10 +227,10 @@ if ( $page['section']=='search' and $page['start']==0 ) ) ), 'NAME' => $tag['name'], - 'TITLE' => sprintf( - l10n('%d pictures are also linked to current tags'), - $tag['counter'] - ), + 'TITLE' => l10n_dec( + '%d picture are also linked to current tags', + '%d pictures are also linked to current tags', + $tag['counter']), 'CLASS' => 'tagLevel'.$tag['level'] ) ); -- cgit v1.2.3