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 d7614c0467
commit 7fb6f82c03
+1 -1
View File
@@ -1130,7 +1130,7 @@ CmdMeshRemoveComponents::CmdMeshRemoveComponents()
sAppModule = "Mesh";
sGroup = QT_TR_NOOP("Mesh");
sMenuText = QT_TR_NOOP("Remove Components…");
sToolTipText = QT_TR_NOOP("Removes topologic independent components from the mesh");
sToolTipText = QT_TR_NOOP("Removes topologically independent components from the mesh");
sWhatsThis = "Mesh_RemoveComponents";
sStatusTip = sToolTipText;
sPixmap = "Mesh_RemoveComponents";