diff --git a/src/roster_window.py b/src/roster_window.py
index 18794314b..5fb45ed07 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -234,7 +234,7 @@ class RosterWindow:
if status != '':
# escape markup entities and make them small italic and darkgrey
colorstring = gajim.config.get('color_for_status_msg_in_roster')
- name += '\n' '%s'\
+ name += '\n%s'\
% (colorstring, gtkgui_helpers.escape_for_pango_markup(status))
state_images = self.get_appropriate_state_images(jid)