diff -r 0a02c433f52d -r 5883ce99ee12 UI/DiffDialog.py --- 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()