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 /include/menubar.inc.php | |
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
Diffstat (limited to '')
-rw-r--r-- | include/menubar.inc.php | 2 |
1 files changed, 1 insertions, 1 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']), ) |