AddonManager: move superfluous whitespace out of translation [skip ci]

This commit is contained in:
luz paz
2022-02-19 19:06:11 -05:00
committed by Chris Hennes
parent 9d2692ff1b
commit a937fa7ee2

View File

@@ -1005,7 +1005,8 @@ class InstallWorkbenchWorker(QtCore.QThread):
)
except Exception as e:
answer = (
translate("AddonsInstaller", "Error updating module ")
translate("AddonsInstaller", "Error updating module")
+ " "
+ self.repo.name
+ " - "
+ translate("AddonsInstaller", "Please fix manually")