From 9cd8f04322aaac0a8c4a5fb4531120db1541c3a7 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 10 Mar 2006 13:17:21 +0000
Subject: [PATCH] fix TB (#1681)

---
 src/dialogs.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/dialogs.py b/src/dialogs.py
index b07d98a971..80435e8d10 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -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
 
-- 
GitLab