diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 035b14ddd..282e663c8 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -2191,8 +2191,8 @@ class GroupchatControl(ChatControlBase): # Ask for a reason dialogs.DoubleInputDialog(_('Destroying %s') % u'\u200E' + \ - self.room_jid, _('You are going to definitively destroy this \ - room.\nYou may specify a reason below:'), + self.room_jid, _('You are going to definitively destroy this ' + 'room.\nYou may specify a reason below:'), _('You may also enter an alternate venue:'), ok_handler=on_ok) def _on_bookmark_room_menuitem_activate(self, widget):