aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-07-26 18:00:40 +0000
committermistic100 <mistic@piwigo.org>2014-07-26 18:00:40 +0000
commit06fd29a431ec4d916e1543a2b0de21777ecb16df (patch)
tree2184c41705f7c4943133544d351f09526d52f35a /admin/themes
parent3f37ec3477f32059b094cab322cd37483d9092e8 (diff)
change outdated label
git-svn-id: http://piwigo.org/svn/trunk@29079 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r--admin/themes/default/template/element_set_ranks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/element_set_ranks.tpl b/admin/themes/default/template/element_set_ranks.tpl
index dfdafdc2e..2a70bc645 100644
--- a/admin/themes/default/template/element_set_ranks.tpl
+++ b/admin/themes/default/template/element_set_ranks.tpl
@@ -64,7 +64,7 @@ jQuery('.thumbnail').tipTip({
<legend>{'Sort order'|@translate}</legend>
<p class="field">
<input type="radio" name="image_order_choice" id="image_order_default" value="default"{if $image_order_choice=='default'} checked="checked"{/if}>
- <label for="image_order_default">{'Use the default photo sort order (defined in the configuration file)'|@translate}</label>
+ <label for="image_order_default">{'Use the default photo sort order'|@translate}</label>
</p>
<p class="field">
<input type="radio" name="image_order_choice" id="image_order_rank" value="rank"{if $image_order_choice=='rank'} checked="checked"{/if}>