Changeset 1932 for trunk/include


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/include/menubar.inc.php

    r1900 r1932  
    153153            )
    154154          ),
    155         'TITLE' => sprintf(
    156           l10n('%d pictures are also linked to current tags'),
    157           $tag['counter']
    158           ),
     155        'TITLE' => l10n_dec(
     156            '%d picture are also linked to current tags',
     157            '%d pictures are also linked to current tags',
     158            $tag['counter']),
    159159        )
    160160      );
Note: See TracChangeset for help on using the changeset viewer.