Thu, 12 May 2022 08:59:39 +0200
Fixed a typo in a message of the Conda package.
eric7/CondaInterface/Conda.py | file | annotate | diff | comparison | revisions |
--- 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.")