CondaInterface/CondaExecDialog.py

branch
conda
changeset 6717
afc972591ed2
parent 6714
7718e9b548fa
child 6741
33a82a20dd3a
--- a/CondaInterface/CondaExecDialog.py	Sat Feb 09 18:28:33 2019 +0100
+++ b/CondaInterface/CondaExecDialog.py	Sun Feb 10 15:58:15 2019 +0100
@@ -215,7 +215,7 @@
                         self.tr("Fetching {0} ...").format(filename))
                     self.__lastFetchFile = filename
                 elif jsonDict["finished"]:
-                    self.__logOutput(self.tr("Done.\n"))
+                    self.__logOutput(self.tr(" Done.\n"))
             
             if self.__firstProgress:
                 self.progressLabel.show()

eric ide

mercurial