diff options
author | plegall <plg@piwigo.org> | 2013-11-18 13:53:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-18 13:53:19 +0000 |
commit | 0ed662ef77a81ddd1efdb972620965dd70fad72c (patch) | |
tree | 5f9b6925b505597d283d1fa68673a47a8f0856f3 /admin/themes | |
parent | 3e1d6ba47a9201486851fb41f4ec4a0df2db2d5b (diff) |
feature 1668: replace "Interface theme" by "Theme".
git-svn-id: http://piwigo.org/svn/trunk@25549 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/profile_content.tpl | 2 | ||||
-rw-r--r-- | admin/themes/default/template/user_list.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index 33727f7aa..3c22dd386 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -50,7 +50,7 @@ {if not $SPECIAL_USER} <li> <span class="property"> - <label for="template">{'Interface theme'|@translate}</label> + <label for="template">{'Theme'|@translate}</label> </span> {html_options id=template name=theme options=$template_options selected=$template_selection} </li> diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index eb6570ef6..1ad650af8 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -221,7 +221,7 @@ jQuery(document).ready(function() { userDetails += '<input type="hidden" name="nb_image_page" value="'+user.nb_image_page+'">'; userDetails += '</div>'; - userDetails += '<div class="userProperty"><strong>{/literal}{'Interface theme'|translate|escape:javascript}{literal}</strong>'; + userDetails += '<div class="userProperty"><strong>{/literal}{'Theme'|translate|escape:javascript}{literal}</strong>'; userDetails += '<br><select name="theme">'; jQuery("#action select[name=theme] option").each(function() { var selected = ''; @@ -903,7 +903,7 @@ span.infos, span.errors {background-image:none; padding:2px 5px; margin:0;border <option value="enabled_high">{'High definition enabled'|@translate}</option> <option value="level">{'Privacy level'|@translate}</option> <option value="nb_image_page">{'Number of photos per page'|@translate}</option> - <option value="theme">{'Interface theme'|@translate}</option> + <option value="theme">{'Theme'|@translate}</option> <option value="language">{'Language'|@translate}</option> <option value="recent_period">{'Recent period'|@translate}</option> <option value="expand">{'Expand all albums'|@translate}</option> |