From: Siebrand Mazeland Date: Wed, 11 Nov 2009 12:24:02 +0000 (+0100) Subject: Remove double space in message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37c62c6356af22a7b1eb444b241083d9fa53166e;p=quix0rs-gnu-social.git Remove double space in message --- diff --git a/actions/noticesearch.php b/actions/noticesearch.php index 79cf572cca..b68a2efe21 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -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');