Changeset 1932 for trunk/index.php


Ignore:
Timestamp:
Mar 29, 2007, 9:04:54 PM (17 years ago)
Author:
rub
Message:

o add missing $lang
o use of l10n_dec
o normalize file header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1900 r1932  
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    87// | file          : $Id$
    98// | last update   : $Date$
     
    229228          ),
    230229        'NAME' => $tag['name'],
    231         'TITLE' => sprintf(
    232           l10n('%d pictures are also linked to current tags'),
    233           $tag['counter']
    234           ),
     230        'TITLE' => l10n_dec(
     231            '%d picture are also linked to current tags',
     232            '%d pictures are also linked to current tags',
     233            $tag['counter']),
    235234        'CLASS' => 'tagLevel'.$tag['level']
    236235        )
Note: See TracChangeset for help on using the changeset viewer.