diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-19 21:05:23 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-19 21:05:23 +0000 |
commit | ef546e04f37188dfc1b31f1404564b631678403f (patch) | |
tree | 0c3f31dd225b86330f069cc7d14d27f780cec1c0 /themes/default | |
parent | e5ef8aeb4df2bd0c75faf85e96c15638077095bf (diff) |
merge -r6243 from trunk
fix language key in template/menubar_tags.tpl
git-svn-id: http://piwigo.org/svn/branches/2.1@6244 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/menubar_tags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/menubar_tags.tpl b/themes/default/template/menubar_tags.tpl index f357efba4..b3fa384f4 100644 --- a/themes/default/template/menubar_tags.tpl +++ b/themes/default/template/menubar_tags.tpl @@ -10,7 +10,7 @@ rel="nofollow">+ {else} href="{$tag.URL}" - title="{'See elements linked to this tag only'|@translate}"> + title="{'See images linked to this tag only'|@translate}"> {/if} {$tag.name}</a></span> {* ABOVE there should be no space between text, </a> and </span> elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *} |