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 1ad7b9788b
commit 6834a41a60

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