summaryrefslogtreecommitdiff
path: root/lib/stream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-07 02:44:30 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-07 02:44:30 -0400
commit06a619e7bf5a60b2642764c4683a0c9bbe1fffc1 (patch)
tree7c32f1a2bed160050a0620a3e10a1df7418bd272 /lib/stream.php
parent7b50acbc524159ed13c56dd28706f5c359c0073d (diff)
change reply info
darcs-hash:20080707064430-84dde-42fe551e1bf503d492dec8c0e30c153655351b5f.gz
Diffstat (limited to 'lib/stream.php')
-rw-r--r--lib/stream.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php
index 6c83c1656..3222a8ab0 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');