[Draft] typo: object name should be capitalized (#8484)

This commit is contained in:
Roy-043
2023-02-14 15:44:26 +01:00
committed by GitHub
parent f6b3399848
commit f34cce97a0

View File

@@ -109,8 +109,8 @@ def mirror(objlist, p1, p2):
result = []
for obj in objlist:
mir = App.ActiveDocument.addObject("Part::Mirroring", "mirror")
mir.Label = obj.Label + " (" + translate("draft","mirrored") + ") "
mir = App.ActiveDocument.addObject("Part::Mirroring", "Mirror")
mir.Label = obj.Label + " (" + translate("draft", "mirrored") + ")"
mir.Source = obj
mir.Base = p1
mir.Normal = pnorm