]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupsbypostssection.php
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into prefillbookmark
[quix0rs-gnu-social.git] / lib / groupsbypostssection.php
index 45d49aba6687b10dc7c0169c1db41d5e392cda53..c338ab7e9717f0a74df1ba2ba8111a3142d2221d 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 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()