Update gui_snaps.py
This commit is contained in:
@@ -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()}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user