Make uniform the use of B-spline visible to users
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411 This commit does not include fixes to source comments unless they were 'doxygenated'. No .xml files were altered either.
This commit is contained in:
@@ -56,8 +56,8 @@ CmdApproxSurface::CmdApproxSurface()
|
||||
{
|
||||
sAppModule = "Reen";
|
||||
sGroup = QT_TR_NOOP("Reverse Engineering");
|
||||
sMenuText = QT_TR_NOOP("Approximate B-Spline surface...");
|
||||
sToolTipText = QT_TR_NOOP("Approximate a B-Spline surface");
|
||||
sMenuText = QT_TR_NOOP("Approximate B-spline surface...");
|
||||
sToolTipText = QT_TR_NOOP("Approximate a B-spline surface");
|
||||
sWhatsThis = "Reen_ApproxSurface";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/FitSurface";
|
||||
|
||||
Reference in New Issue
Block a user