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/picture_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 '')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index 11e556df0..d047b3233 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -22,7 +22,7 @@ jQuery(document).ready(function() { pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#date_creation_year", "#date_creation_linked_date", "#date_creation_action_set"); {/footer_script} -<h2>{'Modify informations about a picture'|@translate}</h2> +<h2>{'Edit photo information'|@translate}</h2> <img src="{$TN_SRC}" alt="{'Thumbnail'|@translate}" class="Thumbnail"> |