--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -54,7 +54,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() @@ -96,7 +97,7 @@ selected type. @param labelCombo reference to the labelCombo object (QComboBox) - @param type type string (string) + @param type_ type string (string) """ if type_ == "trunk/": labelCombo.clear()