aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2012-02-18 21:26:07 +0000
committerpatdenice <patdenice@piwigo.org>2012-02-18 21:26:07 +0000
commit84a48c999cb1b5e14759168e426b1af1d1f01062 (patch)
treecd46498b048d62227275ba17ef6c0aacc0c27199
parent2405b41e02f4bd6a2f99e5836d9199dee447eb0f (diff)
feature:2577
Wrong language key for toggle theme. git-svn-id: http://piwigo.org/svn/trunk@13243 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/default/template/footer.tpl2
-rw-r--r--themes/smartpocket/template/footer.tpl4
2 files changed, 3 insertions, 3 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'}
diff --git a/themes/smartpocket/template/footer.tpl b/themes/smartpocket/template/footer.tpl
index 5dec6da88..bfae6c062 100644
--- a/themes/smartpocket/template/footer.tpl
+++ b/themes/smartpocket/template/footer.tpl
@@ -9,8 +9,8 @@
- {'Contact'|@translate}
<a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
{/if}
- <br>{'Display'|@translate} :
- <b>{'Mobile'|@translate}</b> | <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Classic'|@translate}</a>
+ <br>{'View in'|@translate} :
+ <b>{'Mobile'|@translate}</b> | <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Desktop'|@translate}</a>
</h6>
</div>
{/if}