feature 2102 : rename item/image/picture to photo

git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2011-01-14 21:19:15 +00:00
parent 4d3aa6331e
commit 6eea9f9e08
56 changed files with 928 additions and 928 deletions
+1 -1
View File
@@ -476,7 +476,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 image', '%d images', $cat_count_images);
$display_text.= l10n_dec('%d photo', '%d photos', $cat_count_images);
if ($cat_count_categories == 0 or $cat_nb_images == $cat_count_images)
{