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

Co-authored-by: Ryan K <[email protected]>
This commit is contained in:
Max Wilfinger
2025-06-30 10:34:36 -05:00
committed by Chris Hennes
co-authored by Ryan K
parent 051494f8c8
commit b96005a3f9
+1 -1
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";