Surface: update tooltip of Filling
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user