--- 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()