From b1cc12af2ce66d1066c7543c9797b1fba9faf88f Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@status.net>
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,
-- 
2.39.5