From 24b3bb5d714e0b0a0306529e4517ef4fbfc24940 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:24:35 +0200 Subject: [PATCH] Update src/Mod/Surface/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> --- src/Mod/Surface/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Surface/Gui/Command.cpp b/src/Mod/Surface/Gui/Command.cpp index 7dc682244f..c172d47bfa 100644 --- a/src/Mod/Surface/Gui/Command.cpp +++ b/src/Mod/Surface/Gui/Command.cpp @@ -112,7 +112,7 @@ CmdSurfaceFilling::CmdSurfaceFilling() sAppModule = "Surface"; sGroup = QT_TR_NOOP("Surface"); sMenuText = QT_TR_NOOP("Filling…"); - sToolTipText = QT_TR_NOOP("Creates a surface from a series of picked boundary edges.\n" + sToolTipText = QT_TR_NOOP("Creates a surface from a series of selected boundary edges.\n" "Additionally, the surface may be constrained by non-boundary edges\n" "and non-boundary vertices."); sStatusTip = sToolTipText;