From 0a420fd7d09b42db212b17f7bc44eddabfcdeb49 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 15 Aug 2011 16:06:35 +0200 Subject: [PATCH] More list... --- lib/peopletaglist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/peopletaglist.php b/lib/peopletaglist.php index 3ee1d34938..986712f51d 100644 --- a/lib/peopletaglist.php +++ b/lib/peopletaglist.php @@ -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'); -- 2.39.5