Update src/Mod/Mesh/Gui/Command.cpp

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:23:05 +02:00
committed by Chris Hennes
parent 7540f91bb7
commit a29673929f

View File

@@ -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";