[Darlan] Fix typo
This commit is contained in:
parent
d24b3b69c5
commit
7101da69b9
|
@ -2191,8 +2191,8 @@ class GroupchatControl(ChatControlBase):
|
||||||
|
|
||||||
# Ask for a reason
|
# Ask for a reason
|
||||||
dialogs.DoubleInputDialog(_('Destroying %s') % u'\u200E' + \
|
dialogs.DoubleInputDialog(_('Destroying %s') % u'\u200E' + \
|
||||||
self.room_jid, _('You are going to definitively destroy this \
|
self.room_jid, _('You are going to definitively destroy this '
|
||||||
room.\nYou may specify a reason below:'),
|
'room.\nYou may specify a reason below:'),
|
||||||
_('You may also enter an alternate venue:'), ok_handler=on_ok)
|
_('You may also enter an alternate venue:'), ok_handler=on_ok)
|
||||||
|
|
||||||
def _on_bookmark_room_menuitem_activate(self, widget):
|
def _on_bookmark_room_menuitem_activate(self, widget):
|
||||||
|
|
Loading…
Reference in New Issue