Update src/Mod/Surface/Gui/Command.cpp

Co-authored-by: Ryan K <[email protected]>
This commit is contained in:
Max Wilfinger
2025-06-30 10:35:00 -05:00
committed by Chris Hennes
co-authored by Ryan K
parent ede7667bc1
commit 24b3bb5d71
+1 -1
View File
@@ -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;