better title for active groups

This commit is contained in:
Evan Prodromou 2011-04-14 18:16:27 -04:00
parent e5a84bfca2
commit 9eba121339
1 changed files with 1 additions and 1 deletions

View 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()