]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Show page title in user's profile page
[quix0rs-gnu-social.git] / actions / showstream.php
index 890c1e711b316a99207fb7a2ac736cb2ba70264c..24b6bcc7dcd8637c263bf409bcdd3e1caac46474 100644 (file)
@@ -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.