]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix double space in message
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 9 Apr 2010 23:47:27 +0000 (01:47 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 9 Apr 2010 23:47:27 +0000 (01:47 +0200)
actions/register.php

index da8d0a0bbcdd83ce26ca2757d504fde0e7f89bd0..d1bc381fbc52358ea8ed7d9dcc01deda5a0a0c04 100644 (file)
@@ -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. '));