diff --git a/src/Mod/Draft/draftguitools/gui_snaps.py b/src/Mod/Draft/draftguitools/gui_snaps.py index 6b7b08b9fa..95999ac237 100644 --- a/src/Mod/Draft/draftguitools/gui_snaps.py +++ b/src/Mod/Draft/draftguitools/gui_snaps.py @@ -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()}