]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
bad sprintf format for new follow activity notices
authorEvan Prodromou <evan@status.net>
Wed, 21 Sep 2011 14:18:16 +0000 (10:18 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 21 Sep 2011 14:18:16 +0000 (10:18 -0400)
plugins/Activity/ActivityPlugin.php

index c9f0bfa25b3e28cb1661d0e83bd89b17141da2c6..aa718d079e6d044ae4907f7cea942f29c803d1ec 100644 (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,