UI/DiffDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3039
8dd0165d805d
child 3145
a9de05d4a22f
--- a/UI/DiffDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/UI/DiffDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -347,7 +347,7 @@
                 self.trUtf8("Compare Files"),
                 self.trUtf8(
                     """<p>The file <b>{0}</b> could not be read.</p>""")
-                    .format(self.filename1))
+                .format(self.filename1))
             return
 
         self.filename2 = Utilities.toNativeSeparators(self.file2Edit.text())
@@ -365,7 +365,7 @@
                 self.trUtf8("Compare Files"),
                 self.trUtf8(
                     """<p>The file <b>{0}</b> could not be read.</p>""")
-                    .format(self.filename2))
+                .format(self.filename2))
             return
         
         self.contents.clear()

eric ide

mercurial