From 7fb6f82c0352a2d8e2fbfafdc84442da9603cbeb Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:22:14 +0200 Subject: [PATCH] Update src/Mod/Mesh/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> --- src/Mod/Mesh/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Mesh/Gui/Command.cpp b/src/Mod/Mesh/Gui/Command.cpp index d8b4b803a5..e350a6cba5 100644 --- a/src/Mod/Mesh/Gui/Command.cpp +++ b/src/Mod/Mesh/Gui/Command.cpp @@ -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";