Network/IRC/IrcNetworkWidget.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
--- a/Network/IRC/IrcNetworkWidget.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Network/IRC/IrcNetworkWidget.py	Sun Nov 03 15:58:22 2013 +0100
@@ -375,7 +375,7 @@
                 "",
                 self.trUtf8(
                     "HTML Files (*.{0});;Text Files (*.txt);;All Files (*)")
-                    .format(htmlExtension),
+                .format(htmlExtension),
                 None,
                 E5FileDialog.Options(E5FileDialog.DontConfirmOverwrite))
             if fname:
@@ -410,8 +410,8 @@
                         self.trUtf8("Error saving Messages"),
                         self.trUtf8(
                             """<p>The messages contents could not be written"""
-                            """ to <b>{0}</b></p><p>Reason: {1}</p>""")\
-                            .format(fname, str(err)))
+                            """ to <b>{0}</b></p><p>Reason: {1}</p>""")
+                        .format(fname, str(err)))
     
     def __initMessagesMenu(self):
         """

eric ide

mercurial