From 73b8eccf76116687beafdfd6b715132ad40de66b Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:22:22 +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 e350a6cba5..e1abfdd154 100644 --- a/src/Mod/Mesh/Gui/Command.cpp +++ b/src/Mod/Mesh/Gui/Command.cpp @@ -1517,7 +1517,7 @@ CmdMeshFillupHoles::CmdMeshFillupHoles() sAppModule = "Mesh"; sGroup = QT_TR_NOOP("Mesh"); sMenuText = QT_TR_NOOP("Fill Holes…"); - sToolTipText = QT_TR_NOOP("Fills the holes of the mesh"); + sToolTipText = QT_TR_NOOP("Fills holes in the mesh"); sWhatsThis = "Mesh_FillupHoles"; sStatusTip = sToolTipText; sPixmap = "Mesh_FillupHoles";