X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpeopletags.php;h=40f07c06b72e77ecd89cf4d6625f6e2893fb926e;hb=5bea746fa81d70335717f592fadb80f3892f7d73;hp=ec8c04241df75d47631975282cb4c8014bbefdfb;hpb=41a883aeab970b1fe27c67524e04590456ddc92b;p=quix0rs-gnu-social.git diff --git a/lib/peopletags.php b/lib/peopletags.php index ec8c04241d..40f07c06b7 100644 --- a/lib/peopletags.php +++ b/lib/peopletags.php @@ -83,8 +83,8 @@ class PeopletagsWidget extends Widget function label() { - // TRANS: Label in people tags widget. - return _m('LABEL','Tags by you'); + // TRANS: Label in lists widget. + return _m('LABEL','Your lists'); } function showTags() @@ -131,8 +131,8 @@ class PeopletagsWidget extends Widget 'action' => common_local_url('tagprofile', array('id' => $this->tagged->id)))); $this->out->elementStart('fieldset'); - // TRANS: Fieldset legend in people tags widget. - $this->out->element('legend', null, _m('LEGEND','Edit tags')); + // TRANS: Fieldset legend in lists widget. + $this->out->element('legend', null, _m('LEGEND','Edit lists')); $this->out->hidden('token', common_session_token()); $this->out->hidden('id', $this->tagged->id);