aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/tags.tpl')
-rw-r--r--themes/default/template/tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/tags.tpl b/themes/default/template/tags.tpl
index 417c374a6..4f5cd0c6d 100644
--- a/themes/default/template/tags.tpl
+++ b/themes/default/template/tags.tpl
@@ -35,7 +35,7 @@
{foreach from=$letter.tags item=tag}
<tr class="tagLine">
<td><a href="{$tag.URL}">{$tag.name}</a></td>
- <td class="nbEntries">{$pwg->l10n_dec('%d element', '%d elements', $tag.counter)}</td>
+ <td class="nbEntries">{$pwg->l10n_dec('%d image', '%d images', $tag.counter)}</td>
</tr>
{/foreach}
</table>