]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove punctuation in e-mail subject. Spotted by OsamaK.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 25 Sep 2011 22:10:34 +0000 (00:10 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 25 Sep 2011 22:10:34 +0000 (00:10 +0200)
lib/mail.php

index c93464a58682f33ac1a64255b4c49885c44518f5..17a58de469b979a942f941d0b556675efd762629 100644 (file)
@@ -831,7 +831,7 @@ function mail_notify_group_join($group, $joiner)
             // TRANS: Subject of group join notification e-mail.
             // TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename.
             $headers['Subject'] = sprintf(_('%1$s has joined '.
-                                            'your group %2$s on %3$s.'),
+                                            'your group %2$s on %3$s'),
                                           $joiner->getBestName(),
                                           $group->getBestName(),
                                           common_config('site', 'name'));