summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 01:47:27 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 01:47:27 +0200
commitc15549ff5a787a8014e54a50aa0fdfc0055ffcde (patch)
tree84cf77c232fb035ef56e70e6cc503ec7949e0b79 /actions
parent47c1aad5d6d64d7321f7cef1d9b81dfe6f31bc8b (diff)
Fix double space in message
Diffstat (limited to 'actions')
-rw-r--r--actions/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php
index da8d0a0bb..d1bc381fb 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. '));