--- a/VCS/VersionControl.py Fri Jan 10 19:30:21 2014 +0100 +++ b/VCS/VersionControl.py Sat Jan 11 11:55:33 2014 +0100 @@ -567,8 +567,8 @@ if not procStarted: E5MessageBox.critical( None, - self.trUtf8('Process Generation Error'), - self.trUtf8( + self.tr('Process Generation Error'), + self.tr( 'The process {0} could not be started. ' 'Ensure, that it is in the search path.' ).format(program)) @@ -698,7 +698,7 @@ self.statusMonitorThread = None self.__statusMonitorStatus( "off", - self.trUtf8("Repository status checking is switched off")) + self.tr("Repository status checking is switched off")) def setStatusMonitorInterval(self, interval, project): """