From b96005a3f932131b28a154b8d5a90b1c6aa4beaa Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:23:05 +0200 Subject: [PATCH] Update src/Mod/Mesh/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> --- src/Mod/Mesh/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Mesh/Gui/Command.cpp b/src/Mod/Mesh/Gui/Command.cpp index 4d947076c4..7ff76988b5 100644 --- a/src/Mod/Mesh/Gui/Command.cpp +++ b/src/Mod/Mesh/Gui/Command.cpp @@ -1615,7 +1615,7 @@ CmdMeshSegmentation::CmdMeshSegmentation() sAppModule = "Mesh"; sGroup = QT_TR_NOOP("Mesh"); sMenuText = QT_TR_NOOP("Segmentation…"); - sToolTipText = QT_TR_NOOP("Creates new mesh segments"); + sToolTipText = QT_TR_NOOP("Creates new mesh segments from the mesh"); sWhatsThis = "Mesh_Segmentation"; sStatusTip = sToolTipText; sPixmap = "Mesh_Segmentation";