From a9c1029b469ac8ddd5b61bbe01e7fec52201d422 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 17 Apr 2011 17:00:15 -0400 Subject: [PATCH] use small triangle for notice addressees --- lib/noticelistitem.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,