diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
commit | 387354816b46f0ee429c530de940583edb24bd93 (patch) | |
tree | cf6ebcfd58980db56a4909776118b09dc8e81597 /themes/default/template | |
parent | 05ab300c39f10271bc94b9fece8f275e3ac75174 (diff) |
lang remove 'Mail address' - use existing 'Email address'
lang remove unused 'return to homepage'
lang change key 'a user use already this mail address' to 'this email address is already in use'
git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/register.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl index c7f6d446f..b827c3aa0 100644 --- a/themes/default/template/register.tpl +++ b/themes/default/template/register.tpl @@ -46,7 +46,7 @@ </li> <li> <span class="property"> - <label for="mail_address">{'Mail address'|@translate}</label> + <label for="mail_address">{'Email address'|@translate}</label> </span> <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" > ({'useful when password forgotten'|@translate}) |