Changeset 23490


Ignore:
Timestamp:
Jun 24, 2013, 1:37:55 AM (11 years ago)
Author:
mistic100
Message:

"Email" doesn't exist, use "Email address" instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture.tpl

    r23476 r23490  
    343343                                {/if}
    344344                                {if $comment_add.SHOW_EMAIL}
    345                                         <p><label for="email">{'Email'|@translate}{if $comment_add.EMAIL_MANDATORY} ({'mandatory'|@translate}){/if} :</label></p>
     345                                        <p><label for="email">{'Email address'|@translate}{if $comment_add.EMAIL_MANDATORY} ({'mandatory'|@translate}){/if} :</label></p>
    346346                                        <p><input type="text" name="email" id="email" value="{$comment_add.EMAIL}"></p>
    347347                                {/if}
Note: See TracChangeset for help on using the changeset viewer.