Update gui_snaps.py

This commit is contained in:
Roy-043
2025-08-31 13:32:51 +02:00
committed by Max Wilfinger
parent 9d806694ff
commit ffb5d7a428

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()}