Network/IRC/IrcNetworkWidget.py

changeset 3036
30c81c9e88b8
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Network/IRC/IrcNetworkWidget.py	Sat Oct 19 14:05:26 2013 +0200
+++ b/Network/IRC/IrcNetworkWidget.py	Sat Oct 19 15:15:50 2013 +0200
@@ -373,7 +373,7 @@
                 "",
                 self.trUtf8(
                     "HTML Files (*.{0});;Text Files (*.txt);;All Files (*)")
-                    .format(htmlExtension),
+                .format(htmlExtension),
                 None,
                 E5FileDialog.Options(E5FileDialog.DontConfirmOverwrite))
             if fname:
@@ -409,7 +409,7 @@
                         self.trUtf8(
                             """<p>The messages contents could not be written"""
                             """ to <b>{0}</b></p><p>Reason: {1}</p>""")
-                            .format(fname, str(err)))
+                        .format(fname, str(err)))
     
     def __initMessagesMenu(self):
         """

eric ide

mercurial