Sketcher: bspline knot increase wrong string fixes #3470

This commit is contained in:
Abdullah Tahiri
2018-05-11 10:45:26 +02:00
committed by wmayer
parent 8a31a6c5b4
commit bfef80f9c0

View File

@@ -490,7 +490,7 @@ CmdSketcherIncreaseKnotMultiplicity::CmdSketcherIncreaseKnotMultiplicity()
{
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("Increase degree");
sMenuText = QT_TR_NOOP("Increase knot multiplicity");
sToolTipText = QT_TR_NOOP("Increases the multiplicity of the selected knot of a B-spline");
sWhatsThis = "Sketcher_BSplineIncreaseKnotMultiplicity";
sStatusTip = sToolTipText;