X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmail.php;h=17a58de469b979a942f941d0b556675efd762629;hb=9143d4f38493da81328317100b34a37dd67fde54;hp=c93464a58682f33ac1a64255b4c49885c44518f5;hpb=c5b731883ba0a5f0c8ccf842e66f06fdcd7e90ba;p=quix0rs-gnu-social.git diff --git a/lib/mail.php b/lib/mail.php index c93464a586..17a58de469 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -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'));