]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix incorrect translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 1 Apr 2011 20:14:43 +0000 (22:14 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 1 Apr 2011 20:14:43 +0000 (22:14 +0200)
plugins/GroupPrivateMessage/Group_message_profile.php

index cdd2839c12c9516ada6ffacaf6e242f503e8bcc5..4be0932cc29c462692903ece43c4bbc573cfe3b7 100644 (file)
@@ -155,7 +155,7 @@ class Group_message_profile extends Memcached_DataObject
         common_switch_locale($to->language);
 
         // TRANS: Subject for direct-message notification email.
-        // TRANS: %s is the sending user's nickname.
+        // TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
         $subject = sprintf(_m('New private message from %1$s to group %2$s'), $from_profile->nickname, $group->nickname);
 
         // TRANS: Body for direct-message notification email.