X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpeopletagsbysubssection.php;h=761f88851f8057d302be37a98cee2bd1eac50bc5;hb=543d968b81b97c9ebd46de063d8d70621c12015b;hp=779e7d8ef9e51a00ccbf5f14acb42199fb740914;hpb=e75c9988ebe33822e493ac225859bc593ff9b855;p=quix0rs-gnu-social.git diff --git a/lib/peopletagsbysubssection.php b/lib/peopletagsbysubssection.php index 779e7d8ef9..761f88851f 100644 --- a/lib/peopletagsbysubssection.php +++ b/lib/peopletagsbysubssection.php @@ -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()