forked from GNUsocial/gnu-social
More list...
This commit is contained in:
parent
4239e2bb9e
commit
0a420fd7d0
@ -169,8 +169,8 @@ class PeopletagListItem extends Widget
|
|||||||
array('href' => common_local_url('peopletagged',
|
array('href' => common_local_url('peopletagged',
|
||||||
array('tagger' => $this->profile->nickname,
|
array('tagger' => $this->profile->nickname,
|
||||||
'tag' => $this->peopletag->tag))),
|
'tag' => $this->peopletag->tag))),
|
||||||
// TRANS: Link description for link to list of users tagged with a tag.
|
// TRANS: Link description for link to list of users tagged with a tag (so part of a list).
|
||||||
_('Tagged'));
|
_('Listed'));
|
||||||
$this->out->raw($this->peopletag->taggedCount());
|
$this->out->raw($this->peopletag->taggedCount());
|
||||||
$this->out->elementEnd('span');
|
$this->out->elementEnd('span');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user