diff options
author | rub <rub@piwigo.org> | 2006-04-14 21:12:26 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-14 21:12:26 +0000 |
commit | 4e8f0f583fc7254500e9d765853e30db4f9e5b01 (patch) | |
tree | a6c52738093d32b9dcb756b311972458d24e72d8 /template/yoga | |
parent | c5fa25261540a813022699756e3753abad159317 (diff) |
Issue ID 326:
o Fix none translations "pictures"
o Fix display 0 pictures
Report of svn:1172
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1173 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/mainpage_categories.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index 1bc0a9e73..cb16d35cc 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -15,7 +15,7 @@ {categories.category.ICON} <a href="{categories.category.URL}">{categories.category.NAME}</a> </h3> - <p>{categories.category.NB_IMAGES} {lang:pictures}</p> + <p>{categories.category.CAPTION_NB_IMAGES}</p> <p>{categories.category.DESCRIPTION}</p> </div> </div> |