From: Evan Prodromou Date: Sun, 17 Apr 2011 21:00:15 +0000 (-0400) Subject: use small triangle for notice addressees X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1cc12af2ce66d1066c7543c9797b1fba9faf88f;p=quix0rs-gnu-social.git use small triangle for notice addressees --- diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index 02c7c59a65..05b0dab16e 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -245,7 +245,7 @@ class NoticeListItem extends Widget if (!$first) { $this->out->text( _m('SEPARATOR',', ')); } else { - $this->out->text(' ▶ '); + $this->out->text(_(' ▸ ')); $first = false; } $this->out->element('a', array('href' => $group->homeUrl(), @@ -272,7 +272,7 @@ class NoticeListItem extends Widget $this->out->text(_m('SEPARATOR',', ')); } else { // TRANS: Start of profile addressees list. - $this->out->text(_(' ▶ ')); + $this->out->text(_(' ▸ ')); $first = false; } $this->out->element('a', array('href' => $reply->profileurl,