diff options
author | mistic100 <mistic@piwigo.org> | 2013-06-23 23:37:55 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-06-23 23:37:55 +0000 |
commit | e3c95b477085b7c259f1e917274ff771fac316f9 (patch) | |
tree | 9f8a8b9b68baeff9ed3e31052320a071f14bbced /themes/default/template/picture.tpl | |
parent | 61ca0d0c6c7ce19be0164fc77ee68d158c9ad8f7 (diff) |
"Email" doesn't exist, use "Email address" instead
git-svn-id: http://piwigo.org/svn/trunk@23490 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 44220bf8d..bdf21bd65 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -342,7 +342,7 @@ function togglePrivacyLevelBox() <p><input type="text" name="author" id="author" value="{$comment_add.AUTHOR}"></p> {/if} {if $comment_add.SHOW_EMAIL} - <p><label for="email">{'Email'|@translate}{if $comment_add.EMAIL_MANDATORY} ({'mandatory'|@translate}){/if} :</label></p> + <p><label for="email">{'Email address'|@translate}{if $comment_add.EMAIL_MANDATORY} ({'mandatory'|@translate}){/if} :</label></p> <p><input type="text" name="email" id="email" value="{$comment_add.EMAIL}"></p> {/if} <p><label for="website_url">{'Website'|@translate} :</label></p> |