Twitter-compatible API /statuses/replies.format -- changed subtitle to be more like Twitter's

darcs-hash:20080717223521-ca946-cd043e9430956dde56907181896a16133333d905.gz
This commit is contained in:
zach 2008-07-17 18:35:21 -04:00
parent c1d109dbb5
commit 3a942bd8b9
1 changed files with 1 additions and 1 deletions

View 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;