Skip to content

Commit 0bc0aaa

Browse files
committed
Tooltip for global grab fixed.
1 parent a942b34 commit 0bc0aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesh_mesh_align_plus/utils/geom.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1874,9 +1874,9 @@ class MAPLUS_OT_QuickAxrSrcGrabLineStartFromActiveLocal(MAPLUS_OT_GrabFromGeomet
18741874
class MAPLUS_OT_QuickDistObjAlongLineSrcGrabLineStartFromActiveGlobal(
18751875
MAPLUS_OT_GrabFromGeometryBase):
18761876
bl_idname = "maplus.quickdistobjalonglinesrcgrablinestartfromactiveglobal"
1877-
bl_label = "Grab Local Coordinate for Line Start From Active Point"
1877+
bl_label = "Grab Global Coordinate for Line Start From Active Point"
18781878
bl_description = (
1879-
"Grabs local coordinates for line start from selected vertex"
1879+
"Grabs global coordinates for line start from selected vertex"
18801880
"in edit mode"
18811881
)
18821882
bl_options = {'REGISTER', 'UNDO'}

0 commit comments

Comments
 (0)