diff options
author | rub <rub@piwigo.org> | 2007-09-29 10:01:54 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-09-29 10:01:54 +0000 |
commit | 77c7083eec42444be783803495a3350413e2a347 (patch) | |
tree | 56cfc10fe7bcb159fd966f54a243563462f09c39 | |
parent | 88ab0eb7cdd7abbf39e6faa9f905a52dd289026f (diff) |
Next of commit 2109
Change translation is best of change language keyword.
git-svn-id: http://piwigo.org/svn/trunk@2110 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/menubar.inc.php | 2 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
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'; |