From ffb5d7a428ab87efc035a721a3e05dc526531a26 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Sun, 31 Aug 2025 13:32:51 +0200 Subject: [PATCH] Update gui_snaps.py --- src/Mod/Draft/draftguitools/gui_snaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}