From 9eba1213393dbf6d3bbd9949c6bed3fa9275d1d5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 18:16:27 -0400 Subject: [PATCH] better title for active groups --- lib/groupsbypostssection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()