diff -r 7fe9a53280bd -r 8dd0165d805d UI/DiffDialog.py --- a/UI/DiffDialog.py Sat Oct 19 16:51:12 2013 +0200 +++ b/UI/DiffDialog.py Sat Oct 19 17:42:18 2013 +0200 @@ -345,7 +345,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()) @@ -363,7 +363,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()