Update gui_snaps.py

This commit is contained in:
Roy-043
2025-08-31 13:32:51 +02:00
committed by Max Wilfinger
parent f7f8ac1552
commit 4be6613326

View File

@@ -122,7 +122,7 @@ class Draft_Snap_Intersection(Draft_Snap_Base):
def GetResources(self):
return {"Pixmap": "Draft_Snap_Intersection",
"MenuText": QT_TRANSLATE_NOOP("Draft_Snap_Intersection", "Snap Intersection"),
"ToolTip": QT_TRANSLATE_NOOP("Draft_Snap_Intersection", "Snaps to the intersection of 2 edges"),
"ToolTip": QT_TRANSLATE_NOOP("Draft_Snap_Intersection", "Snaps to the intersection of 2 edges, and the intersection of a face and an edge"),
"CmdType": "NoTransaction",
"Checkable": self.isChecked()}