]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupsbymemberssection.php
better output for registration confirmation
[quix0rs-gnu-social.git] / lib / groupsbymemberssection.php
index c799bc166d71e95afb6c575a80abba39a9901358..4cb8ed46f07bf040655222f55f8d7a76dbb99c8e 100644 (file)
@@ -27,7 +27,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -40,7 +40,6 @@ if (!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 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()