From 1014e295eee9da95f6ff550a73fb896aed6b77a8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Sep 2011 10:18:16 -0400 Subject: [PATCH] bad sprintf format for new follow activity notices --- plugins/Activity/ActivityPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Activity/ActivityPlugin.php b/plugins/Activity/ActivityPlugin.php index c9f0bfa25b..aa718d079e 100644 --- a/plugins/Activity/ActivityPlugin.php +++ b/plugins/Activity/ActivityPlugin.php @@ -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('%2$s started following %4$s.'), + $rendered = sprintf(_m('%2$s started following %4$s.'), $subscriber->profileurl, $subscriber->getBestName(), $other->profileurl,