Changeset 1884 for trunk/include/functions.inc.php
- Timestamp:
- Mar 9, 2007, 11:52:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r1880 r1884 841 841 if (!empty($element_info['filesize'])) 842 842 { 843 $thumbnail_title .= ' : '. $element_info['filesize'].' KB';843 $thumbnail_title .= ' : '.l10n_dec('%d Kb', '%d Kb', $element_info['filesize']); 844 844 } 845 845
Note: See TracChangeset
for help on using the changeset viewer.