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 |