Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py

changeset 3025
67064c71df21
parent 3020
542e97d4ecb3
child 3037
a417a0670a36
child 3058
0a02c433f52d
--- 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)))
         

eric ide

mercurial