This commit is contained in:
Zheng, Lei 2018-12-11 06:39:46 +08:00
parent 7979672430
commit eeda4c8512

View File

@ -800,7 +800,7 @@ class Locked(Base):
_id = 0 _id = 0
_activeWithElement = True _activeWithElement = True
_iconName = 'Assembly_ConstraintLock.svg' _iconName = 'Assembly_ConstraintLock.svg'
_tooltip = 'Add a "{}" constraint to fix part(s). You must select an\n'\ _tooltip = 'Add a "{}" constraint to fix part(s). You must select a\n'\
'geometry element of the part. If you fix a vertex or an edge\n'\ 'geometry element of the part. If you fix a vertex or an edge\n'\
'the part is still free to rotate around the vertex or edge.\n'\ 'the part is still free to rotate around the vertex or edge.\n'\
'Fixing a face will completely lock the part' 'Fixing a face will completely lock the part'