]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change reply info
authorEvan Prodromou <evan@prodromou.name>
Mon, 7 Jul 2008 06:44:30 +0000 (02:44 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 7 Jul 2008 06:44:30 +0000 (02:44 -0400)
darcs-hash:20080707064430-84dde-42fe551e1bf503d492dec8c0e30c153655351b5f.gz

lib/stream.php

index 6c83c16562e645730e01ec25d942b4aee6a999c8..3222a8ab0326c50680f33fc55ab9159ad813089a 100644 (file)
@@ -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');