From: Siebrand Mazeland Date: Fri, 9 Apr 2010 23:47:27 +0000 (+0200) Subject: Fix double space in message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c15549ff5a787a8014e54a50aa0fdfc0055ffcde;p=quix0rs-gnu-social.git Fix double space in message --- diff --git a/actions/register.php b/actions/register.php index da8d0a0bbc..d1bc381fbc 100644 --- a/actions/register.php +++ b/actions/register.php @@ -341,7 +341,7 @@ class RegisterAction extends Action } else { $instr = common_markup_to_html(_('With this form you can create '. - ' a new account. ' . + 'a new account. ' . 'You can then post notices and '. 'link up to friends and colleagues. '));