Addon Manager: Minor translation fixes

This commit is contained in:
Chris Hennes
2022-12-27 21:04:32 -06:00
parent ff1147fbae
commit 577fb5f1ab
3 changed files with 5 additions and 3 deletions

View File

@@ -274,8 +274,9 @@ class AddonInstallerGUI(QtCore.QObject):
FreeCAD.Console.PrintWarning(
translate(
"AddonsInstaller",
"Optional dependency on {} ignored because it is not in the allow-list\n",
"Optional dependency on {} ignored because it is not in the allow-list",
).format(dep)
+ "\n"
)
missing.python_optional = good_packages