From 3495d30775a3d9c104fc46ea24f5fd6ee7d69600 Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 9 Mar 2007 22:52:22 +0000 Subject: 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) git-svn-id: http://piwigo.org/svn/trunk@1884 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') diff --git a/include/functions.inc.php b/include/functions.inc.php index 5540c87c8..00a915d90 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -840,7 +840,7 @@ function get_thumbnail_title($element_info) if (!empty($element_info['filesize'])) { - $thumbnail_title .= ' : '.$element_info['filesize'].' KB'; + $thumbnail_title .= ' : '.l10n_dec('%d Kb', '%d Kb', $element_info['filesize']); } return $thumbnail_title; -- cgit v1.2.3