aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/menubar.inc.php2
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/menubar.inc.php b/include/menubar.inc.php
index 4acc49b86..56a597e2d 100644
--- a/include/menubar.inc.php
+++ b/include/menubar.inc.php
@@ -153,7 +153,7 @@ if ('tags' == $page['section'])
)
),
'TITLE' => l10n_dec(
- '%d picture is also linked to current tags',
+ '%d picture are also linked to current tags',
'%d pictures are also linked to current tags',
$tag['counter']),
)
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index e959ecb6a..9b5c315e8 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -306,7 +306,7 @@ $lang['%d new element'] = '%d new element';
$lang['%d new elements'] = '%d new elements';
$lang['%d new user'] = '%d new user';
$lang['%d new users'] = '%d new users';
-$lang['%d picture are also linked to current tags'] = '%d picture are also linked to current tags';
+$lang['%d picture are also linked to current tags'] = '%d picture is also linked to current tags';
$lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags';
$lang['%d waiting element'] = '%d waiting element';
$lang['%d waiting elements'] = '%d waiting elements';