Toolbox/SingleApplication.py

changeset 6631
0a2f0feac79d
parent 6625
a67fee7bc09c
child 6645
ad476851d7e0
equal deleted inserted replaced
6630:bddd12f27a4c 6631:0a2f0feac79d
75 self.tr("""<p>The response received from the single""" 75 self.tr("""<p>The response received from the single"""
76 """ application client could not be decoded.""" 76 """ application client could not be decoded."""
77 """ Please report this issue with the received""" 77 """ Please report this issue with the received"""
78 """ data to the eric bugs email address.</p>""" 78 """ data to the eric bugs email address.</p>"""
79 """<p>Error: {0}</p>""" 79 """<p>Error: {0}</p>"""
80 """<p>Data:<br/>{0}</p>""").format( 80 """<p>Data:<br/>{1}</p>""").format(
81 str(err), Utilities.html_encode(line.strip())), 81 str(err), Utilities.html_encode(line.strip())),
82 E5MessageBox.StandardButtons( 82 E5MessageBox.StandardButtons(
83 E5MessageBox.Ok)) 83 E5MessageBox.Ok))
84 return 84 return
85 85

eric ide

mercurial