diff options
author | patdenice <patdenice@piwigo.org> | 2012-02-18 21:26:07 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2012-02-18 21:26:07 +0000 |
commit | 84a48c999cb1b5e14759168e426b1af1d1f01062 (patch) | |
tree | cd46498b048d62227275ba17ef6c0aacc0c27199 /themes/default | |
parent | 2405b41e02f4bd6a2f99e5836d9199dee447eb0f (diff) |
feature:2577
Wrong language key for toggle theme.
git-svn-id: http://piwigo.org/svn/trunk@13243 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-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 926a49dc0..d27ba7e2b 100644 --- a/themes/default/template/footer.tpl +++ b/themes/default/template/footer.tpl @@ -14,7 +14,7 @@ <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> {/if} {if isset($TOGGLE_MOBILE_THEME_URL)} - - {'Display'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Classic'|@translate}</b> + - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b> {/if} {get_combined_scripts load='footer'} |