-fix language keys problems

git-svn-id: http://piwigo.org/svn/trunk@5178 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2010-03-18 19:21:17 +00:00
parent 4f80b6095c
commit d158f116d2
15 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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)
{