]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket #946: annotate use of singular 'them' in invite mail messages to aid translators
authorBrion Vibber <brion@pobox.com>
Fri, 9 Apr 2010 21:02:01 +0000 (14:02 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 9 Apr 2010 21:02:01 +0000 (14:02 -0700)
actions/invite.php

index 54b2de62ac910e3792f902495c54a4554e81a79c..f17c910b660da2e799a40ea50b2fb3e6568c89b7 100644 (file)
@@ -224,8 +224,10 @@ class InviteAction extends CurrentUserDesignAction
 
         $headers['From'] = mail_notify_from();
         $headers['To'] = trim($email);
+        // TRANS: Subject for invitation email. Note that 'them' is correct as a gender-neutral singular 3rd-person pronoun in English.
         $headers['Subject'] = sprintf(_('%1$s has invited you to join them on %2$s'), $bestname, $sitename);
 
+        // TRANS: Body text for invitation email. Note that 'them' is correct as a gender-neutral singular 3rd-person pronoun in English.
         $body = sprintf(_("%1\$s has invited you to join them on %2\$s (%3\$s).\n\n".
                           "%2\$s is a micro-blogging service that lets you keep up-to-date with people you know and people who interest you.\n\n".
                           "You can also share news about yourself, your thoughts, or your life online with people who know about you. ".