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 42b2d561bd44eff98b20da72f3eb1448c4a2f471 (commit)
from c4679ff439e20531694129b22420ef7be84fbe5f (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=42b2d561bd44eff98b20da72f3eb1448c4a2f471
commit 42b2d561bd44eff98b20da72f3eb1448c4a2f471
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Oct 6 15:31:12 2017 +0200
Separate ":" in translation
diff --git a/src/common/mail/MailingList.class.php
b/src/common/mail/MailingList.class.php
index 5b042b0..50ebbd8 100644
--- a/src/common/mail/MailingList.class.php
+++ b/src/common/mail/MailingList.class.php
@@ -195,7 +195,7 @@ class MailingList extends FFError {
. _('List administration can be found
at:') . "\n"
. $this->getExternalAdminUrl() . "\n\n"
- . _('Your list password is: ') .
$listPassword . "\n"
+ . _('Your list password is')._(': ') .
$listPassword . "\n"
. _('You are encouraged to change this
password as soon as possible.') . "\n\n"
. sprintf(_('Thank you for registering
your project with %s.'), forge_get_config ('forge_name'))
-----------------------------------------------------------------------
Summary of changes:
src/common/mail/MailingList.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits