X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fatomlistnoticefeed.php;h=ee4f01cad403604ecff866b4ebea9eb707b0e08d;hb=0b53b6768e03932f4beec6b6655763e6ecedc36d;hp=55ad9d228c584c02d213ae948b85fa6842242fa5;hpb=f0d762f1968fa0ac33b39d73cc9c0225c9e8a989;p=quix0rs-gnu-social.git diff --git a/lib/atomlistnoticefeed.php b/lib/atomlistnoticefeed.php index 55ad9d228c..ee4f01cad4 100644 --- a/lib/atomlistnoticefeed.php +++ b/lib/atomlistnoticefeed.php @@ -62,14 +62,14 @@ class AtomListNoticeFeed extends AtomNoticeFeed $this->tagger = Profile::staticGet('id', $list->tagger); // TRANS: Title in atom list notice feed. %1$s is a list name, %2$s is a tagger's nickname. - $title = sprintf(_('Timeline for people tagged #%1$s by %2$s'), $list->tag, $this->tagger->nickname); + $title = sprintf(_('Timeline for people in list %1$s by %2$s'), $list->tag, $this->tagger->nickname); $this->setTitle($title); $sitename = common_config('site', 'name'); $subtitle = sprintf( // TRANS: Message is used as a subtitle in atom list notice feed. // TRANS: %1$s is a tagger's nickname, %2$s is a list name, %3$s is a site name. - _('Updates from %1$s\'s %2$s people tag on %3$s!'), + _('Updates from %1$s\'s list %2$s on %3$s!'), $this->tagger->nickname, $list->tag, $sitename