diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_user.inc.php | 2 |
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'); } } } |