diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-27 17:39:03 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-27 17:39:03 -0800 |
commit | 0794ecf372ffff2e0cc93509ae3462ca0cbbc99c (patch) | |
tree | 79695c758dc0e919b5cbcaaf1260125f3e97c4a2 /actions/outbox.php | |
parent | 2e0297bb6ff0fd2d3a37d811bd3305ce5d6a77ee (diff) | |
parent | 07d50a012af70d9bd35a26f645d791ae7ba29986 (diff) |
Merge branch 'testing' of gitorious.org:statusnet/mainline
Diffstat (limited to 'actions/outbox.php')
-rw-r--r-- | actions/outbox.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/outbox.php b/actions/outbox.php index de30de018..b81d4b9d0 100644 --- a/actions/outbox.php +++ b/actions/outbox.php @@ -55,10 +55,10 @@ class OutboxAction extends MailboxAction function title() { if ($this->page > 1) { - return sprintf(_("Outbox for %1$s - page %2$d"), + return sprintf(_('Outbox for %1$s - page %2$d'), $this->user->nickname, $page); } else { - return sprintf(_("Outbox for %s"), $this->user->nickname); + return sprintf(_('Outbox for %s'), $this->user->nickname); } } |