diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-03-18 19:21:17 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-03-18 19:21:17 +0000 |
commit | d158f116d22a4a5dda945b09a58f2e48c0f3b1ea (patch) | |
tree | b9b6aa6c03d5ba7d0865a580c23e3af37af287cb /themes/default/template/footer.tpl | |
parent | 4f80b6095c3d44fa82e594d27d89cbf98c3c7042 (diff) |
-fix language keys problems
git-svn-id: http://piwigo.org/svn/trunk@5178 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/footer.tpl b/themes/default/template/footer.tpl index 89c034965..e2f3a76bd 100644 --- a/themes/default/template/footer.tpl +++ b/themes/default/template/footer.tpl @@ -15,7 +15,7 @@ {$VERSION} {if isset($CONTACT_MAIL)} - {'Contact'|@translate} - <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a> + <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> {/if} |