--- a/eric7/CondaInterface/Conda.py Thu May 12 08:59:13 2022 +0200 +++ b/eric7/CondaInterface/Conda.py Thu May 12 08:59:39 2022 +0200 @@ -705,7 +705,7 @@ process.kill() process.waitForFinished(3000) return False, self.tr("conda did not finish within" - " 30 seconds.") + " 3 seconds.") return False, self.tr("conda could not be started.")