X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=3ac837a67e84dcdaa7e3da5c3049e335e1428d39;hb=3bddf01350d922ea2dea64a866216412ba467b75;hp=650efc7948e2d2945a4dfe072e11afebfbda9a7f;hpb=5a2d7601770a13f8cdb31285f271397ecf675be1;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index 650efc7948..3ac837a67e 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -58,7 +58,6 @@ class ShowstreamAction extends NoticestreamAction return $stream; } - function title() { $base = $this->target->getFancyName(); @@ -74,7 +73,7 @@ class ShowstreamAction extends NoticestreamAction } } else { if ($this->page == 1) { - return $base; + return sprintf(_('Notices by %s'), $base); } else { // TRANS: Extended page title showing tagged notices in one user's timeline. // TRANS: %1$s is the username, %2$d is the page number.