X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=24b6bcc7dcd8637c263bf409bcdd3e1caac46474;hb=ad49158fb51a954c3b92ae6d42ac3e38ac7e539c;hp=890c1e711b316a99207fb7a2ac736cb2ba70264c;hpb=5b09a150bc7face85a63e0deca019fb093ed4f48;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index 890c1e711b..24b6bcc7dc 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.