More list...

This commit is contained in:
Siebrand Mazeland 2011-08-15 16:06:35 +02:00
parent 4239e2bb9e
commit 0a420fd7d0
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ class PeopletagListItem extends Widget
array('href' => common_local_url('peopletagged',
array('tagger' => $this->profile->nickname,
'tag' => $this->peopletag->tag))),
// TRANS: Link description for link to list of users tagged with a tag.
_('Tagged'));
// TRANS: Link description for link to list of users tagged with a tag (so part of a list).
_('Listed'));
$this->out->raw($this->peopletag->taggedCount());
$this->out->elementEnd('span');