aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-04-14 21:11:56 +0000
committerrub <rub@piwigo.org>2006-04-14 21:11:56 +0000
commite1c0fd7f4c76ae6c343b21dcf904ad4ef0b87ece (patch)
tree44aa6d311437ae1f366106cf6ed5be72bf579766 /template
parent0d1eb2ecf3ce9ba580352f22179751a85a911e0f (diff)
Issue ID 326:
o Fix none translations "pictures" o Fix display 0 pictures git-svn-id: http://piwigo.org/svn/trunk@1172 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mainpage_categories.tpl2
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>