diff --git a/src/Mod/Mesh/Gui/Command.cpp b/src/Mod/Mesh/Gui/Command.cpp index b359ae7b89..d8c42422f9 100644 --- a/src/Mod/Mesh/Gui/Command.cpp +++ b/src/Mod/Mesh/Gui/Command.cpp @@ -242,7 +242,7 @@ CmdMeshIntersection::CmdMeshIntersection() sAppModule = "Mesh"; sGroup = QT_TR_NOOP("Mesh"); sMenuText = QT_TR_NOOP("Intersection"); - sToolTipText = QT_TR_NOOP("Intersects the selected meshes"); + sToolTipText = QT_TR_NOOP("Creates a boolean intersection from the selected meshes"); sWhatsThis = "Mesh_Intersection"; sStatusTip = sToolTipText; sPixmap = "Mesh_Intersection";