diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-17 20:27:46 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-17 20:27:46 +0000 |
commit | d125d527fa4c0384f3478419e6db985f767923d9 (patch) | |
tree | 02c8741506a84a315a398a2061226e4254545e32 /admin/themes/default/template/element_set_ranks.tpl | |
parent | 8ccd3a203d407f549cd8697a5fa66181e90d9871 (diff) |
feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys
git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
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} |