better title for active groups

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

View File

@ -68,7 +68,7 @@ class GroupsByMembersSection extends GroupSection
function title()
{
// TRANS: Title for groups with the most members section.
return _('Groups with most members');
return _('Popular groups');
}
function divId()