Escape markup for reason in invite received dialog. Fixes #3467.

This commit is contained in:
Jean-Marie Traissard 2007-09-29 21:03:31 +00:00
parent 289fd99e8e
commit 9e85aa5026
1 changed files with 1 additions and 0 deletions

View File

@ -2601,6 +2601,7 @@ class InvitationReceivedDialog:
label_text = '<big><b>%s</b></big>' % pritext
if comment: # only if not None and not ''
comment = gobject.markup_escape_text(comment)
sectext = _('Comment: %s') % comment
label_text += '\n\n%s' % sectext