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 --- include/menubar.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/menubar.inc.php') diff --git a/include/menubar.inc.php b/include/menubar.inc.php index 1ddc59882..aa3f490ca 100644 --- a/include/menubar.inc.php +++ b/include/menubar.inc.php @@ -152,10 +152,10 @@ if ('tags' == $page['section']) ) ) ), - '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']), ) ); -- cgit v1.2.3