Closes #32
This commit is contained in:
luz.paz 2020-03-01 19:59:16 -05:00 committed by DeepSOIC
parent bf8b2f2c5e
commit 9a8fa9627e

View File

@ -125,7 +125,7 @@ class LatticeFeature(object):
# Auto-On an Auto-Off can be modified when recomputing. Force values are going to stay.
prop = "ExposePlacement"
obj.addProperty("App::PropertyBool",prop,"Lattice","Makes the placement synchronized to Placement property. This will oftem make this object unmovable. Not applicable to arrays.")
obj.addProperty("App::PropertyBool",prop,"Lattice","Makes the placement synchronized to Placement property. This will often make this object unmovable. Not applicable to arrays.")
self.derivedInit(obj)