From d158f116d22a4a5dda945b09a58f2e48c0f3b1ea Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 18 Mar 2010 19:21:17 +0000 Subject: -fix language keys problems git-svn-id: http://piwigo.org/svn/trunk@5178 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_category.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_category.inc.php') diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 1aa62ac25..4ce30a75a 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -472,7 +472,7 @@ function get_display_images_count($cat_nb_images, $cat_count_images, $cat_count_ } //at least one image direct or indirect - $display_text.= l10n_dec('%d element', '%d elements', $cat_count_images); + $display_text.= l10n_dec('%d image', '%d images', $cat_count_images); if ($cat_count_categories == 0 or $cat_nb_images == $cat_count_images) { -- cgit v1.2.3