From: Evan Prodromou Date: Thu, 14 Apr 2011 22:16:27 +0000 (-0400) Subject: better title for active groups X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9eba1213393dbf6d3bbd9949c6bed3fa9275d1d5;p=quix0rs-gnu-social.git better title for active groups --- diff --git a/lib/groupsbypostssection.php b/lib/groupsbypostssection.php index 50d60e87cb..c338ab7e97 100644 --- a/lib/groupsbypostssection.php +++ b/lib/groupsbypostssection.php @@ -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()