UI/EmailDialog.py

changeset 3039
8dd0165d805d
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/UI/EmailDialog.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/UI/EmailDialog.py	Sat Oct 19 17:42:18 2013 +0200
@@ -308,7 +308,7 @@
                         self.trUtf8("Send bug report"),
                         self.trUtf8(
                             """<p>Authentication failed.<br>Reason: {0}</p>""")
-                            .format(errorStr),
+                        .format(errorStr),
                         E5MessageBox.Critical)
                     if res:
                         return self.__sendmail(msg)
@@ -334,7 +334,7 @@
                 self.trUtf8("Send bug report"),
                 self.trUtf8(
                     """<p>Message could not be sent.<br>Reason: {0}</p>""")
-                    .format(errorStr),
+                .format(errorStr),
                 E5MessageBox.Critical)
             if res:
                 return self.__sendmail(msg)

eric ide

mercurial