Changeset 1932 for trunk/admin/tags.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/admin/tags.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$
     
    136135  array_push(
    137136    $page['infos'],
    138     sprintf(
    139       l10n('The %d following tags were deleted : %s'),
    140       count($tag_names),
     137    l10n_dec(
     138      'The %d following tag were deleted',
     139      'The %d following tags were deleted',
     140      count($tag_names)).' : '.
    141141      implode(', ', $tag_names)
    142       )
    143142    );
    144143}
Note: See TracChangeset for help on using the changeset viewer.