From 7101da69b9ec5db0b5bbbac0b0c486f5803012ec Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Tue, 6 Aug 2013 00:27:15 +0400 Subject: [PATCH] [Darlan] Fix typo --- src/groupchat_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):