]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Twitter-compatible API /statuses/replies.format -- changed subtitle to be more like...
authorzach <zach@copley.name>
Thu, 17 Jul 2008 22:35:21 +0000 (18:35 -0400)
committerzach <zach@copley.name>
Thu, 17 Jul 2008 22:35:21 +0000 (18:35 -0400)
darcs-hash:20080717223521-ca946-cd043e9430956dde56907181896a16133333d905.gz

actions/twitapistatuses.php

index 6cf1ffb48b534d531c97f27a4a90ae90a3ecb070..c6da9da7c459319d8ae5da7595c3d04c0d9b2f82 100644 (file)
@@ -482,7 +482,7 @@ class TwitapistatusesAction extends TwitterapiAction {
                $id = "tag:$siteserver:replies:".$user->id;
                $link = common_local_url('replies', array('nickname' => $user->nickname));
                $subtitle = "gar";
-               $subtitle = sprintf(_("%s updates that reply to updates from %s / %."), $sitename, $user->nickname, $user->nickname);
+               $subtitle = sprintf(_("%s updates that reply to updates from %s / %s."), $sitename, $user->nickname, $profile->getBestName());
 
                if (!$page) {
                        $page = 1;