From: Siebrand Mazeland Date: Fri, 1 Apr 2011 20:14:43 +0000 (+0200) Subject: Fix incorrect translator documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8bf3424532fe7bb4708b4f8a2eb0f12e0c3702f2;p=quix0rs-gnu-social.git Fix incorrect translator documentation. --- diff --git a/plugins/GroupPrivateMessage/Group_message_profile.php b/plugins/GroupPrivateMessage/Group_message_profile.php index cdd2839c12..4be0932cc2 100644 --- a/plugins/GroupPrivateMessage/Group_message_profile.php +++ b/plugins/GroupPrivateMessage/Group_message_profile.php @@ -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.