aboutsummaryrefslogtreecommitdiffstats
path: root/include/menubar.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/menubar.inc.php')
-rw-r--r--include/menubar.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/menubar.inc.php b/include/menubar.inc.php
index 1ddc59882..aa3f490ca 100644
--- a/include/menubar.inc.php
+++ b/include/menubar.inc.php
@@ -152,10 +152,10 @@ if ('tags' == $page['section'])
)
)
),
- 'TITLE' => sprintf(
- l10n('%d pictures are also linked to current tags'),
- $tag['counter']
- ),
+ 'TITLE' => l10n_dec(
+ '%d picture are also linked to current tags',
+ '%d pictures are also linked to current tags',
+ $tag['counter']),
)
);