diff options
Diffstat (limited to 'admin/themes/default/template/element_set_ranks.tpl')
-rw-r--r-- | admin/themes/default/template/element_set_ranks.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/element_set_ranks.tpl b/admin/themes/default/template/element_set_ranks.tpl index 576e5488a..b68053680 100644 --- a/admin/themes/default/template/element_set_ranks.tpl +++ b/admin/themes/default/template/element_set_ranks.tpl @@ -45,7 +45,7 @@ jQuery(document).ready(function() { <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 image sort order (defined in the configuration file)'|@translate}</label> + <label for="image_order_default">{'Use the default photo sort order (defined in the configuration file)'|@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}> @@ -70,5 +70,5 @@ jQuery(document).ready(function() { {else} -<div class="infos"><p>{'No element in this album'|@translate}</p></div> +<div class="infos"><p>{'No photo in this album'|@translate}</p></div> {/if} |