Surface: update tooltip of Filling

This commit is contained in:
vocx-fc
2020-09-30 18:32:57 -05:00
committed by Yorik van Havre
parent aa88f3ded0
commit 3304e1b44b

View File

@@ -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";