Update translator documentation, remove FIXME and add comment.
This commit is contained in:
parent
13991f7eb9
commit
f41dcb644c
@ -183,12 +183,10 @@ class GroupMemberListItem extends ProfileListItem
|
|||||||
|
|
||||||
function showFullName()
|
function showFullName()
|
||||||
{
|
{
|
||||||
// @todo FIXME: i18n issue. Message should be "%s (Admin)" instead of patchwork.
|
|
||||||
parent::showFullName();
|
parent::showFullName();
|
||||||
if ($this->profile->isAdmin($this->group)) {
|
if ($this->profile->isAdmin($this->group)) {
|
||||||
$this->out->text(' ');
|
$this->out->text(' '); // for separating the classes.
|
||||||
// TRANS: Suffix for group members that are group administrators. Separated from user name with a space.
|
// TRANS: Indicator in group members list that this user is a group administrator.
|
||||||
// TRANS: This is a to be addressed i18n issue.
|
|
||||||
$this->out->element('span', 'role', _('Admin'));
|
$this->out->element('span', 'role', _('Admin'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user