aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/tags.tpl')
-rw-r--r--template/yoga/tags.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/tags.tpl b/template/yoga/tags.tpl
index 56b72bdfb..cf41fd973 100644
--- a/template/yoga/tags.tpl
+++ b/template/yoga/tags.tpl
@@ -36,12 +36,12 @@
{foreach from=$letter.tags item=tag}
<tr class="tagLine">
<td><a href="{$tag.URL}">{$tag.NAME}</a></td>
- <td class="nbEntries"><strong>{$tag.COUNTER}</strong> {'photos'|@translate}</td>
+ <td class="nbEntries">{$pwg->l10n_dec('%d element', '%d elements', $tag.COUNTER)}</td>
</tr>
{/foreach}
</table>
</fieldset>
- {if $letter.CHANGE_COLUMN}
+ {if $letter.CHANGE_COLUMN|@default:false}
</td>
<td valign="top">
{/if}