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 051494f8c8
commit b96005a3f9

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