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/cat_modify.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/cat_modify.tpl')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 51118251c..dbc3f4380 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -91,7 +91,7 @@ <fieldset id="image_order"> <legend>{'Sort order'|@translate}</legend> <input type="checkbox" name="image_order_default" id="image_order_default" {$IMG_ORDER_DEFAULT}> - <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> <br> <input type="checkbox" name="image_order_subcats" id="image_order_subcats"> <label for="image_order_subcats">{'Apply to sub-albums'|@translate}</label> @@ -144,7 +144,7 @@ <form action="{$F_ACTION}" method="POST" id="links"> <fieldset id="linkAllNew"> - <legend>{'Link all album elements to a new album'|@translate}</legend> + <legend>{'Link all album photos to a new album'|@translate}</legend> <table> <tr> @@ -171,7 +171,7 @@ </fieldset> <fieldset id="linkAllExist"> - <legend>{'Link all album elements to some existing albums'|@translate}</legend> + <legend>{'Link all album photos to some existing albums'|@translate}</legend> <table> <tr> |