[Darlan] Fix typo

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

View File

@ -2200,8 +2200,8 @@ class GroupchatControl(ChatControlBase):
# Ask for a reason
dialogs.DoubleInputDialog(_('Destroying %s') % '\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):