Addon Manager: Remove trailing spaces from translations

This commit is contained in:
Chris Hennes
2024-03-03 22:08:01 -06:00
parent 918bcb7f5b
commit ec5aa8f367
2 changed files with 5 additions and 3 deletions

View File

@@ -244,8 +244,9 @@ class MacroUninstaller(QObject):
errors.append(
translate(
"AddonsInstaller",
"Error while trying to remove macro file {}: ",
"Error while trying to remove macro file {}:",
).format(full_path)
+ " "
+ str(e)
)
success = False