better title for personal tagcloud section

This commit is contained in:
Evan Prodromou 2011-04-14 16:08:26 -04:00
parent ddb03c9fc6
commit 80ba45d665

View File

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