aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/admin
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-01-15 18:22:26 +0000
committerflop25 <flop25@piwigo.org>2014-01-15 18:22:26 +0000
commit5e48a1a8688f973c555545841f9512f3a6d758f7 (patch)
tree43d4443561514e801961de6848b5296049ba8ad0 /themes/smartpocket/admin
parent79770d7e1f95c7a5b5a449e994ccc7c47b8a393d (diff)
Smartpocket : language files added and tpl corrected/cleaned up
git-svn-id: http://piwigo.org/svn/trunk@26757 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/admin')
-rw-r--r--themes/smartpocket/admin/admin.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/smartpocket/admin/admin.tpl b/themes/smartpocket/admin/admin.tpl
index d572bcf2e..baf6d47fe 100644
--- a/themes/smartpocket/admin/admin.tpl
+++ b/themes/smartpocket/admin/admin.tpl
@@ -27,13 +27,13 @@ jQuery(document).ready(function() {
<ul>
<li><label>
- <span class="property">{'Loop the slideshow'|translate}</span>&nbsp;
+ <span class="property">{'Loop the slideshow'|@translate}</span>&nbsp;
<span class="graphicalCheckbox icon-check{if not $options.loop}-empty{/if}">&nbsp;</span>
<input type="checkbox" name="loop"{if $options.loop} checked="checked"{/if}>
</label></li>
<li><label>
- <span class="property">{'Autohide the bar of the slideshow'|translate}</span>&nbsp;
+ <span class="property">{'Autohide the bar of the slideshow'|@translate}</span>&nbsp;
<span class="graphicalCheckbox icon-check{if $options.autohide != 5000}-empty{/if}">&nbsp;</span>
<input type="checkbox" name="autohide"{if $options.autohide == 5000} checked="checked"{/if}>
</label></li>