]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove i18n for space.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 17 Jun 2012 23:56:06 +0000 (01:56 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 17 Jun 2012 23:56:06 +0000 (01:56 +0200)
Remove trailing whitespace.

lib/noticelistitem.php

index d045f0034299a46fd4a932b4c094c8e4273154bd..08053bceb6b45cf4fa7645eccf48425ede628049 100644 (file)
@@ -272,7 +272,7 @@ class NoticeListItem extends Widget
         $groups = $this->getGroups();
 
         $user = common_current_user();
-        
+
         $streamNicknames = !empty($user) && $user->streamNicknames();
 
         foreach ($groups as $group) {
@@ -297,7 +297,7 @@ class NoticeListItem extends Widget
         $replies = $this->getReplyProfiles();
 
         $user = common_current_user();
-        
+
         $streamNicknames = !empty($user) && $user->streamNicknames();
 
         foreach ($replies as $reply) {
@@ -620,7 +620,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->raw(' ');
 
             $this->out->elementStart('a', $attrs);
             $this->out->element('span', 'fn nickname', $repeater->nickname);