bad sprintf format for new follow activity notices

This commit is contained in:
Evan Prodromou 2011-09-21 10:18:16 -04:00
parent 838c3988ee
commit 1014e295ee
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class ActivityPlugin extends Plugin
// TRANS: Text for "started following" item in activity plugin.
// TRANS: %1$s is a profile URL, %2$s is a profile name,
// TRANS: %3$s is a profile URL, %4$s is a profile name.
$rendered = sprintf(_m('<a href="%1$s">%2$s</a> started following <a href="%2$s">%4$s</a>.'),
$rendered = sprintf(_m('<a href="%1$s">%2$s</a> started following <a href="%3$s">%4$s</a>.'),
$subscriber->profileurl,
$subscriber->getBestName(),
$other->profileurl,