From: Evan Prodromou Date: Mon, 7 Jul 2008 06:44:30 +0000 (-0400) Subject: change reply info X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06a619e7bf5a60b2642764c4683a0c9bbe1fffc1;p=quix0rs-gnu-social.git change reply info darcs-hash:20080707064430-84dde-42fe551e1bf503d492dec8c0e30c153655351b5f.gz --- diff --git a/lib/stream.php b/lib/stream.php index 6c83c16562..3222a8ab03 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -88,9 +88,11 @@ class StreamAction extends Action { common_date_string($notice->created)); if ($replied_id) { $replyurl = common_local_url('shownotice', array('notice' => $replied_id)); + common_text('('); common_element('a', array('class' => 'inreplyto', 'href' => $replyurl), - " in reply to ".$profile->nickname ); + _t(' in reply to...')); + common_text(')'); } common_element_end('p'); common_element_end('li');