[Darlan] Fix typo

This commit is contained in:
Denis Fomin 2013-08-06 00:27:15 +04:00
parent d24b3b69c5
commit 7101da69b9
1 changed files with 2 additions and 2 deletions

View File

@ -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):