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:22:14 +02:00
committed by Chris Hennes
parent d7614c0467
commit 7fb6f82c03

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