diff --git a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp index 550f893011..9579d7fdf4 100644 --- a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp +++ b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp @@ -817,7 +817,7 @@ CmdTechDrawExtensionVertexAtIntersection::CmdTechDrawExtensionVertexAtIntersecti sMenuText = QT_TR_NOOP("Add Cosmetic Intersection Vertex(es)"); sToolTipText = QT_TR_NOOP("Add cosmetic vertex(es) at the intersection(s) of selected edges:
\ -- Select two edges (lines, circles and/or arcs)
\ +- Select two edges
\ - Click this tool"); sWhatsThis = "TechDraw_ExtensionVertexAtIntersection"; sStatusTip = sMenuText;