]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupsbypostssection.php
Rip out user, group and site design customization code
[quix0rs-gnu-social.git] / lib / groupsbypostssection.php
index 325b4033f408dda4ef9b8fe6434090dfe85dd6c9..d0fadcb4506eccce19a9af4c65ce493c2fe664bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Laconica, the distributed open-source microblogging tool
+ * StatusNet, the distributed open-source microblogging tool
  *
  * Groups with the most posts section
  *
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * @category  Widget
- * @package   Laconica
- * @author    Evan Prodromou <evan@controlyourself.ca>
- * @copyright 2009 Control Yourself, Inc.
+ * @package   StatusNet
+ * @author    Evan Prodromou <evan@status.net>
+ * @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 posts section
  *
  * @category Widget
- * @package  Laconica
- * @author   Evan Prodromou <evan@controlyourself.ca>
+ * @package  StatusNet
+ * @author   Evan Prodromou <evan@status.net>
  * @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 GroupsByPostsSection extends GroupSection
 {
     function getGroups()
@@ -68,7 +67,8 @@ class GroupsByPostsSection extends GroupSection
 
     function title()
     {
-        return _('Groups with most posts');
+        // TRANS: Title for groups with the most posts section.
+        return _('Active groups');
     }
 
     function divId()