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
This commit is contained in:
rvelices 2011-01-12 21:03:00 +00:00
parent 05ab300c39
commit 387354816b
36 changed files with 35 additions and 103 deletions

View file

@ -61,7 +61,7 @@ where upper('.$conf['user_fields']['email'].') = upper(\''.$mail_address.'\')
list($count) = pwg_db_fetch_row(pwg_query($query));
if ($count != 0)
{
return l10n('a user use already this mail address');
return l10n('this email address is already in use');
}
}
}