shorter title for tag cloud section on groups

This commit is contained in:
Evan Prodromou 2011-08-27 16:08:01 -04:00
parent d4bfe77f1c
commit acc4df9edd
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class GroupTagCloudSection extends TagCloudSection
{
// TRANS: Title for group tag cloud section.
// TRANS: %s is a group name.
return sprintf(_('Tags in %s group\'s notices'), $this->group->nickname);
return _('Tags');
}
function getTags()