]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better title for active groups
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:16:27 +0000 (18:16 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:16:27 +0000 (18:16 -0400)
lib/groupsbypostssection.php

index 50d60e87cbb226b0e95aaf66399b2e42e67693ff..c338ab7e9717f0a74df1ba2ba8111a3142d2221d 100644 (file)
@@ -68,7 +68,7 @@ class GroupsByPostsSection extends GroupSection
     function title()
     {
         // TRANS: Title for groups with the most posts section.
-        return _('Groups with most posts');
+        return _('Active groups');
     }
 
     function divId()