We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a942b34 commit 0bc0aaaCopy full SHA for 0bc0aaa
mesh_mesh_align_plus/utils/geom.py
@@ -1874,9 +1874,9 @@ class MAPLUS_OT_QuickAxrSrcGrabLineStartFromActiveLocal(MAPLUS_OT_GrabFromGeomet
1874
class MAPLUS_OT_QuickDistObjAlongLineSrcGrabLineStartFromActiveGlobal(
1875
MAPLUS_OT_GrabFromGeometryBase):
1876
bl_idname = "maplus.quickdistobjalonglinesrcgrablinestartfromactiveglobal"
1877
- bl_label = "Grab Local Coordinate for Line Start From Active Point"
+ bl_label = "Grab Global Coordinate for Line Start From Active Point"
1878
bl_description = (
1879
- "Grabs local coordinates for line start from selected vertex"
+ "Grabs global coordinates for line start from selected vertex"
1880
"in edit mode"
1881
)
1882
bl_options = {'REGISTER', 'UNDO'}
0 commit comments