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

    r1926 r1932  
    14661466  array_push(
    14671467    $page['infos'],
    1468     sprintf(
    1469       l10n('%d categories moved'),
     1468    l10n_dec(
     1469      '%d category moved', '%d categories moved',
    14701470      count($categories)
    14711471      )
Note: See TracChangeset for help on using the changeset viewer.