X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupmemberlistitem.php;h=a6e8b0a9c4624ccf3cb039fe865a5a39ac5d775f;hb=dd61ae8fbeee64c85f8186672292335592be1ff5;hp=82fdc4ef2fc8997607ceeb9f14bc0c6a6ff35ce0;hpb=fd8dad39633870d2d71c3829a756e724acb45c2a;p=quix0rs-gnu-social.git diff --git a/lib/groupmemberlistitem.php b/lib/groupmemberlistitem.php index 82fdc4ef2f..a6e8b0a9c4 100644 --- a/lib/groupmemberlistitem.php +++ b/lib/groupmemberlistitem.php @@ -1,4 +1,5 @@ profile->isAdmin($this->group)) { $this->out->text(' '); // for separating the classes. // TRANS: Indicator in group members list that this user is a group administrator. - $this->out->element('span', 'role', _('Admin')); + $this->out->element('span', 'role', _m('GROUPADMIN','Admin')); } } @@ -102,4 +103,3 @@ class GroupMemberListItem extends ProfileListItem return $args; } } -