]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/peopletagsection.php
Move all URL-update scripts to one script
[quix0rs-gnu-social.git] / lib / peopletagsection.php
index a6c587e04eb95b782f6bd8aab9713a0acb4139b7..ccceb71a63475d7ced1323eb7c4ab610039bac8e 100644 (file)
@@ -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());