Crowdin: more fixes

This commit is contained in:
luz.paz
2018-04-29 09:09:22 -04:00
committed by luz paz
parent bc0a885518
commit a529ba1787
3 changed files with 8 additions and 8 deletions

View File

@@ -4238,7 +4238,7 @@ bool SketchObject::increaseBSplineDegree(int GeoId, int degreeincrement /*= 1*/)
bool SketchObject::modifyBSplineKnotMultiplicity(int GeoId, int knotIndex, int multiplicityincr)
{
#if OCC_VERSION_HEX < 0x060900
THROWMT(Base::NotImplementedError, QT_TRANSLATE_NOOP("Exceptions", "This version of OCE/OCC does not support knot operation. You need 6.9.0 or higher\n"))
THROWMT(Base::NotImplementedError, QT_TRANSLATE_NOOP("Exceptions", "This version of OCE/OCC does not support knot operation. You need 6.9.0 or higher")+"\n")
#endif
if (GeoId < 0 || GeoId > getHighestCurveIndex())