From 6834a41a60b3efdc161ff2b3e8b42bf5dc8c791c Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Wed, 30 Sep 2020 18:32:57 -0500 Subject: [PATCH] Surface: update tooltip of Filling --- 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 fade36465c..b942e31508 100644 --- a/src/Mod/Surface/Gui/Command.cpp +++ b/src/Mod/Surface/Gui/Command.cpp @@ -135,8 +135,8 @@ CmdSurfaceFilling::CmdSurfaceFilling() 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" - "Optionally, the surface may be constrained by non-boundary edges\n" - "and vertices, to determine its curvature."); + "Additionally, the surface may be constrained by non-boundary edges\n" + "and non-boundary vertices."); sStatusTip = sToolTipText; sWhatsThis = "Surface_Filling"; sPixmap = "Surface_Filling";