X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupsbymemberssection.php;h=9b1bac21545b275e6e84b6683769dcea4d6de14d;hb=e8d1bb25469fe1ef0cbcb32c3022010997aca4b0;hp=963e21f156a8bd5af95a8ce7abbacfb6eb7f5abe;hpb=d014d43c6860e3aaf46a5afba0ea3dffd54f630d;p=quix0rs-gnu-social.git diff --git a/lib/groupsbymemberssection.php b/lib/groupsbymemberssection.php index 963e21f156..9b1bac2154 100644 --- a/lib/groupsbymemberssection.php +++ b/lib/groupsbymemberssection.php @@ -1,6 +1,6 @@ . * * @category Widget - * @package Laconica - * @author Evan Prodromou - * @copyright 2009 Control Yourself, Inc. + * @package StatusNet + * @author Evan Prodromou + * @copyright 2009 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -35,12 +35,11 @@ if (!defined('LACONICA')) { * Groups with the most members section * * @category Widget - * @package Laconica - * @author Evan Prodromou + * @package StatusNet + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ */ - class GroupsByMembersSection extends GroupSection { function getGroups() @@ -68,7 +67,8 @@ class GroupsByMembersSection extends GroupSection function title() { - return _('Groups with most members'); + // TRANS: Title for groups with the most members section. + return _('Popular groups'); } function divId()