diff --git a/plugins/Activity/ActivityPlugin.php b/plugins/Activity/ActivityPlugin.php
index c9f0bfa25b3e28cb1661d0e83bd89b17141da2c6..aa718d079e6d044ae4907f7cea942f29c803d1ec 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,