Fix incorrect translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-04-01 22:14:43 +02:00
parent 308a761e5b
commit 8bf3424532
1 changed files with 1 additions and 1 deletions

View 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.