]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/peopletagsbysubssection.php
Removed plugin Google-Analytics as this is free/libre and decentralized
[quix0rs-gnu-social.git] / lib / peopletagsbysubssection.php
index 779e7d8ef9e51a00ccbf5f14acb42199fb740914..761f88851f8057d302be37a98cee2bd1eac50bc5 100644 (file)
@@ -40,7 +40,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-
 class PeopletagsBySubsSection extends PeopletagSection
 {
     function getPeopletags()
@@ -66,7 +65,8 @@ class PeopletagsBySubsSection extends PeopletagSection
 
     function title()
     {
-        return _('People tags with most subscribers');
+        // TRANS: Title for section contaning lists with the most subscribers.
+        return _('Popular lists');
     }
 
     function divId()