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()