X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Foutbox.php;h=b81d4b9d0d8d1fac1e5d27b240147b77f9155c82;hb=80d1e86a7c54521f364600c85c9f29ff29aaa611;hp=de30de018354ff5e599cb1a20f5d5126120c9872;hpb=0c4dbf158812da899ffe7969e0f2287bfc15ec5e;p=quix0rs-gnu-social.git diff --git a/actions/outbox.php b/actions/outbox.php index de30de0183..b81d4b9d0d 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); } }