This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via ff810d97bbbee7ff6ffb7dd2af9d66c3af136506 (commit)
from 79478e91ef7b1e8439049a9c2a8e6ff7af69fb50 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=ff810d97bbbee7ff6ffb7dd2af9d66c3af136506
commit ff810d97bbbee7ff6ffb7dd2af9d66c3af136506
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed Apr 18 16:33:39 2018 +0200
Less strings
diff --git a/src/common/include/User.class.php
b/src/common/include/User.class.php
index 79474ac..8984ca4 100644
--- a/src/common/include/User.class.php
+++ b/src/common/include/User.class.php
@@ -369,7 +369,8 @@ class FFUser extends FFError {
}
if (forge_get_config('require_unique_email')) {
if (user_get_object_by_email($email)) {
- $this->setError(_('User with this email already
exists - use people search to recover your login.'));
+ $this->setError(_('User with this email already
exists.')
+ .' '._('Use people search to recover your
login.'));
return false;
}
}
-----------------------------------------------------------------------
Summary of changes:
src/common/include/User.class.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits