From c388d958f4df1515230da9073dc7ff07dc525318 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:24:42 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Surface/Gui/Command.cpp b/src/Mod/Surface/Gui/Command.cpp index c172d47bfa..9bfa5c0bd6 100644 --- a/src/Mod/Surface/Gui/Command.cpp +++ b/src/Mod/Surface/Gui/Command.cpp @@ -113,8 +113,8 @@ CmdSurfaceFilling::CmdSurfaceFilling() sGroup = QT_TR_NOOP("Surface"); sMenuText = QT_TR_NOOP("Filling…"); 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."); + "Additionally, the surface may be constrained by edges and\n" + "vertices that are not on the boundary."); sStatusTip = sToolTipText; sWhatsThis = "Surface_Filling"; sPixmap = "Surface_Filling";