Ignore:
Timestamp:
Mar 9, 2007, 11:52:22 PM (17 years ago)
Author:
rub
Message:

Add DateTime on administration introduction page (Useful to help user on the forum, ...)
Move history configuration in a other tab.
Use translation on picture hint (Kb).
Show hint oh the menu text (not only on counter)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r1880 r1884  
    841841  if (!empty($element_info['filesize']))
    842842  {
    843     $thumbnail_title .= ' : '.$element_info['filesize'].' KB';
     843    $thumbnail_title .= ' : '.l10n_dec('%d Kb', '%d Kb', $element_info['filesize']);
    844844  }
    845845
Note: See TracChangeset for help on using the changeset viewer.