use small triangle for notice addressees
This commit is contained in:
parent
d4e25ea2cc
commit
a9c1029b46
|
@ -245,7 +245,7 @@ class NoticeListItem extends Widget
|
||||||
if (!$first) {
|
if (!$first) {
|
||||||
$this->out->text( _m('SEPARATOR',', '));
|
$this->out->text( _m('SEPARATOR',', '));
|
||||||
} else {
|
} else {
|
||||||
$this->out->text(' ▶ ');
|
$this->out->text(_(' ▸ '));
|
||||||
$first = false;
|
$first = false;
|
||||||
}
|
}
|
||||||
$this->out->element('a', array('href' => $group->homeUrl(),
|
$this->out->element('a', array('href' => $group->homeUrl(),
|
||||||
|
@ -272,7 +272,7 @@ class NoticeListItem extends Widget
|
||||||
$this->out->text(_m('SEPARATOR',', '));
|
$this->out->text(_m('SEPARATOR',', '));
|
||||||
} else {
|
} else {
|
||||||
// TRANS: Start of profile addressees list.
|
// TRANS: Start of profile addressees list.
|
||||||
$this->out->text(_(' ▶ '));
|
$this->out->text(_(' ▸ '));
|
||||||
$first = false;
|
$first = false;
|
||||||
}
|
}
|
||||||
$this->out->element('a', array('href' => $reply->profileurl,
|
$this->out->element('a', array('href' => $reply->profileurl,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user