]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
More list...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:06:35 +0000 (16:06 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:06:35 +0000 (16:06 +0200)
lib/peopletaglist.php

index 3ee1d349383c8689ad47afb7aad46a7cd04d609d..986712f51d04555f4b42307feb8baca0f907da9a 100644 (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');