diff options
Diffstat (limited to 'themes/smartpocket/admin/admin.tpl')
-rw-r--r-- | themes/smartpocket/admin/admin.tpl | 4 |
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> + <span class="property">{'Loop the slideshow'|@translate}</span> <span class="graphicalCheckbox icon-check{if not $options.loop}-empty{/if}"> </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> + <span class="property">{'Autohide the bar of the slideshow'|@translate}</span> <span class="graphicalCheckbox icon-check{if $options.autohide != 5000}-empty{/if}"> </span> <input type="checkbox" name="autohide"{if $options.autohide == 5000} checked="checked"{/if}> </label></li> |