--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Fri Jan 10 19:30:21 2014 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Sat Jan 11 11:55:33 2014 +0100 @@ -52,8 +52,8 @@ if reposURL is None: E5MessageBox.critical( self, - self.trUtf8("Subversion Error"), - self.trUtf8( + self.tr("Subversion Error"), + self.tr( """The URL of the project repository could not be""" """ retrieved from the working copy. The operation will""" """ be aborted""")) @@ -66,8 +66,8 @@ if not rx_base.exactMatch(reposURL): E5MessageBox.critical( self, - self.trUtf8("Subversion Error"), - self.trUtf8( + self.tr("Subversion Error"), + self.tr( """The URL of the project repository has an""" """ invalid format. The operation will""" """ be aborted"""))