Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py

changeset 3024
17c01303a239
parent 3020
542e97d4ecb3
child 3037
a417a0670a36
child 3058
0a02c433f52d
diff -r 34ce20603bf7 -r 17c01303a239 Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py
--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Tue Oct 15 18:54:53 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Tue Oct 15 19:13:32 2013 +0200
@@ -67,7 +67,8 @@
                 E5MessageBox.critical(
                     self,
                     self.trUtf8("Subversion Error"),
-                    self.trUtf8("""The URL of the project repository has an"""
+                    self.trUtf8(
+                        """The URL of the project repository has an"""
                         """ invalid format. The operation will"""
                         """ be aborted"""))
                 self.reject()

eric ide

mercurial