Crowdin: Corrected B-spline term in translation

ref: https://crowdin.com/translate/freecad/569/en-fr#6503804
[skip ci]
This commit is contained in:
luz.paz
2018-02-06 17:30:33 -05:00
committed by wmayer
parent 6b04f8961e
commit 55a2a7ab55

View File

@@ -231,7 +231,7 @@ void showNoConstraintBetweenExternal()
void showNoConstraintBetweenFixedGeometry()
{
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"),
QObject::tr("Cannot add a constraint between two fixed geometries! Fixed geometries involve external geometry, blocked geometry or special points as B-Spline knot points."));
QObject::tr("Cannot add a constraint between two fixed geometries! Fixed geometries involve external geometry, blocked geometry or special points as B-spline knot points."));
}
bool SketcherGui::checkBothExternal(int GeoId1, int GeoId2)