diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 01:48:16 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 01:48:16 +0200 |
commit | 518832da28456259bf9fc0030d26e1a090e30f67 (patch) | |
tree | 318244230374cc15cdb0da07e5a4ca29429160eb /actions/apitimelinehome.php | |
parent | c15549ff5a787a8014e54a50aa0fdfc0055ffcde (diff) |
Document messages for which clarification was requested.
Diffstat (limited to 'actions/apitimelinehome.php')
-rw-r--r-- | actions/apitimelinehome.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/apitimelinehome.php b/actions/apitimelinehome.php index 1618c9923..43a13dcda 100644 --- a/actions/apitimelinehome.php +++ b/actions/apitimelinehome.php @@ -117,6 +117,7 @@ class ApiTimelineHomeAction extends ApiBareAuthAction $id = "tag:$taguribase:HomeTimeline:" . $this->user->id; $subtitle = sprintf( + // TRANS: Message is used as a subtitle. %1$s is a user nickname, %2$s is a site name. _('Updates from %1$s and friends on %2$s!'), $this->user->nickname, $sitename ); |