--- a/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py Tue Oct 15 19:13:32 2013 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py Wed Oct 16 15:16:54 2013 +0200 @@ -400,7 +400,8 @@ except IOError as why: E5MessageBox.critical( self, self.trUtf8('Save Diff'), - self.trUtf8('<p>The patch file <b>{0}</b> could not be saved.' + self.trUtf8( + '<p>The patch file <b>{0}</b> could not be saved.' '<br>Reason: {1}</p>') .format(fname, str(why)))