From 310d6630dcbb89f0df2b4014c12e871691e4155c Mon Sep 17 00:00:00 2001
From: mathieui <mathieui@mathieui.net>
Date: Tue, 14 Jul 2015 16:00:01 +0200
Subject: Fix the initial help message

---
 src/core/core.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/core.py b/src/core/core.py
index a9ba8581..bd0b8bde 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -513,7 +513,7 @@ class Core(object):
                 'It seems that it is the first time you start poezio.\n'
                 'The online help is here http://doc.poez.io/\n'
                 'No room is joined by default, but you can join poezio’s'
-                'chatroom (with /join poezio@muc.poez.io), where you can'
+                ' chatroom (with /join poezio@muc.poez.io), where you can'
                 ' ask for help or tell us how great it is.',
                 'Help')
         self.refresh_window()
-- 
cgit v1.2.3