diff -r 7848489bcb92 -r bf5ae5d7477d Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py --- a/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py Sat Oct 12 15:01:28 2013 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py Sat Oct 12 17:31:40 2013 +0200 @@ -50,7 +50,8 @@ if reposURL is None: E5MessageBox.critical(self, self.trUtf8("Subversion Error"), - self.trUtf8("""The URL of the project repository could not be""" + self.trUtf8( + """The URL of the project repository could not be""" """ retrieved from the working copy. The operation will""" """ be aborted""")) self.reject()