aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/menubar_tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/menubar_tags.tpl')
-rw-r--r--themes/default/template/menubar_tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/menubar_tags.tpl b/themes/default/template/menubar_tags.tpl
index 220175008..ad7177347 100644
--- a/themes/default/template/menubar_tags.tpl
+++ b/themes/default/template/menubar_tags.tpl
@@ -5,7 +5,7 @@
<span>
{if !empty($tag.U_ADD) }
<a href="{$tag.U_ADD}"
- title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"
+ title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
rel="nofollow">
<img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+">
</a>