]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge commit 'refs/merge-requests/165' of git://gitorious.org/statusnet/mainline...
authorEvan Prodromou <evan@status.net>
Wed, 21 Sep 2011 19:33:52 +0000 (15:33 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 21 Sep 2011 19:33:52 +0000 (15:33 -0400)
Conflicts:
lib/noticelist.php

lib/noticelistitem.php

index cfdcaf581cb200487bc3a7d5530c7d5dbcaef4c7..0231f3a57fa7deeea7868bcd05cb20344576f7cd 100644 (file)
@@ -603,6 +603,7 @@ class NoticeListItem extends Widget
 
             // TRANS: Addition in notice list item if notice was repeated. Followed by a span with a nickname.
             $this->out->raw(_('Repeated by'));
+            $this->out->raw(_(' '));
 
             $this->out->elementStart('a', $attrs);
             $this->out->element('span', 'fn nickname', $repeater->nickname);