]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Tweak page titles. Thanks @evan for thinking with me.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 31 Mar 2011 20:43:57 +0000 (22:43 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 31 Mar 2011 20:43:57 +0000 (22:43 +0200)
actions/showstream.php

index fed9685b355ab5055c3ced4ba045ce115ebcd28c..a2320909fcf57e7db664f0611c937a68a9506e91 100644 (file)
@@ -67,11 +67,11 @@ class ShowstreamAction extends ProfileAction
             if ($this->page == 1) {
                 // TRANS: Page title showing tagged notices in one user's stream.
                 // TRANS: %1$s is the username, %2$s is the hash tag.
-                return sprintf(_('%1$s tagged %2$s'), $base, $this->tag);
+                return sprintf(_('Notices by %1$s tagged %2$s'), $base, $this->tag);
             } else {
                 // TRANS: Page title showing tagged notices in one user's stream.
                 // TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number.
-                return sprintf(_('%1$s tagged %2$s, page %3$d'), $base, $this->tag, $this->page);
+                return sprintf(_('Notices by %1$s tagged %2$s, page %3$d'), $base, $this->tag, $this->page);
             }
         } else {
             if ($this->page == 1) {
@@ -79,7 +79,7 @@ class ShowstreamAction extends ProfileAction
             } else {
                 // TRANS: Extended page title showing tagged notices in one user's stream.
                 // TRANS: %1$s is the username, %2$d is the page number.
-                return sprintf(_('%1$s, page %2$d'),
+                return sprintf(_('Notices by %1$s, page %2$d'),
                                $base,
                                $this->page);
             }