]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove double space in message
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 11 Nov 2009 12:24:02 +0000 (13:24 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 11 Nov 2009 12:24:02 +0000 (13:24 +0100)
actions/noticesearch.php

index 79cf572ccaf59f2e4e2a5777966bd886c7625dc2..b68a2efe2122f64e7e15d72fccf6dd0bdce5ddf7 100644 (file)
@@ -121,7 +121,7 @@ class NoticesearchAction extends SearchAction
                 $message = sprintf(_('Be the first to [post on this topic](%%%%action.newnotice%%%%?status_textarea=%s)!'), urlencode($q));
             }
             else {
-                $message = sprintf(_('Why not [register an account](%%%%action.register%%%%) and be the first to  [post on this topic](%%%%action.newnotice%%%%?status_textarea=%s)!'), urlencode($q));
+                $message = sprintf(_('Why not [register an account](%%%%action.register%%%%) and be the first to [post on this topic](%%%%action.newnotice%%%%?status_textarea=%s)!'), urlencode($q));
             }
 
             $this->elementStart('div', 'guide');