aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-12 21:03:00 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-12 21:03:00 +0000
commit387354816b46f0ee429c530de940583edb24bd93 (patch)
treecf6ebcfd58980db56a4909776118b09dc8e81597 /include
parent05ab300c39f10271bc94b9fece8f275e3ac75174 (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 'include')
-rw-r--r--include/functions_user.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php
index 1bd3fe03a..1085cc431 100644
--- a/include/functions_user.inc.php
+++ b/include/functions_user.inc.php
@@ -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');
}
}
}