X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=1a01812ec5d6a1c604c0d1be2ebe002c8455ca17;hb=bc2f64d7ab6c0218104e1a655209fe062d5bdd43;hp=10085d94d7d6cb5a05932a8d68110096fa0fb35c;hpb=95942f02aca8fe13489e289220449179738f2a83;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index 10085d94d7..1a01812ec5 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -65,7 +65,8 @@ class ShowstreamAction extends ProfileAction $base = $this->profile->getFancyName(); if (!empty($this->tag)) { if ($this->page == 1) { - // TRANS: Page title showing tagged notices in one user's stream. %1$s is the username, %2$s is the hash tag. + // 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); } else { // TRANS: Page title showing tagged notices in one user's stream. @@ -153,6 +154,8 @@ class ShowstreamAction extends ProfileAction array( 'id' => $this->user->id, 'format' => 'atom')), + // TRANS: Title for link to notice feed. + // TRANS: %s is a user nickname. sprintf(_('Notice feed for %s (Atom)'), $this->user->nickname)), new Feed(Feed::FOAF,