X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpeopletagsection.php;h=ccceb71a63475d7ced1323eb7c4ab610039bac8e;hb=de55d8f83bb2ecf9461510768fe7147aec592055;hp=a6c587e04eb95b782f6bd8aab9713a0acb4139b7;hpb=41a883aeab970b1fe27c67524e04590456ddc92b;p=quix0rs-gnu-social.git diff --git a/lib/peopletagsection.php b/lib/peopletagsection.php index a6c587e04e..ccceb71a63 100644 --- a/lib/peopletagsection.php +++ b/lib/peopletagsection.php @@ -83,7 +83,6 @@ class PeopletagSection extends Section class PeopletagSectionItem extends PeopletagListItem { - function showStart() { } @@ -121,8 +120,8 @@ class PeopletagSectionItem extends PeopletagListItem function showTag() { - // TRANS: Tag summary. %1$d is the number of users tagged with the tag, - // TRANS: %2$d is the number of subscribers to the tag. + // TRANS: List summary. %1$d is the number of users in the list, + // TRANS: %2$d is the number of subscribers to the list. $title = sprintf(_('Listed: %1$d Subscribers: %2$d'), $this->peopletag->taggedCount(), $this->peopletag->subscriberCount());