fix TB (#1681)
This commit is contained in:
parent
98d03e2855
commit
9cd8f04322
|
@ -1386,7 +1386,8 @@ class InvitationReceivedDialog:
|
|||
dialog = xml.get_widget('invitation_received_dialog')
|
||||
|
||||
pritext = _('You have been invited to the %(room_jid)s room by %(contact_jid)s') % {
|
||||
'room_jid': room_jid, 'contact_jid': contact_jid }
|
||||
'room_jid': room_jid, 'contact_jid': contact_jid }
|
||||
sectext = ''
|
||||
if comment is not None:
|
||||
sectext = _('Comment: %s') % comment
|
||||
|
||||
|
|
Loading…
Reference in New Issue