X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpeopletagsforusersection.php;h=37f46b850d128c5b83d4430b5a775c86c154c27b;hb=0590f2975e6c5b26bbe6121da5c49890e035721e;hp=8f5edaa51b9b67d0e389a669f6bd19723fee06c5;hpb=0925b968406c1035f408b6efdf7f3cdbef02e6f2;p=quix0rs-gnu-social.git diff --git a/lib/peopletagsforusersection.php b/lib/peopletagsforusersection.php index 8f5edaa51b..37f46b850d 100644 --- a/lib/peopletagsforusersection.php +++ b/lib/peopletagsforusersection.php @@ -2,7 +2,7 @@ /** * StatusNet, the distributed open-source microblogging tool * - * People tags a user has been tagged with + * Lists a user is in * * PHP version 5 * @@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { } /** - * People tags a user has been tagged with + * List a user has is in * * @category Widget * @package StatusNet @@ -65,9 +65,10 @@ class PeopletagsForUserSection extends PeopletagSection $user = common_current_user(); if (!empty($user) && $this->profile->id == $user->id) { + // TRANS: Title for page that displays which lists current user is part of. return sprintf(_('Lists with you')); } - // TRANS: Title for page that displays which people tags a user has been tagged with. + // TRANS: Title for page that displays which lists a user is part of. // TRANS: %s is a profile name. return sprintf(_('Lists with %s'), $this->profile->getBestName()); }