diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/element_set_ranks.tpl | 2 |
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}> |