From 55a2a7ab556529d22c88f5e3ff08e62dc3646b0f Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Tue, 6 Feb 2018 17:30:33 -0500 Subject: [PATCH] Crowdin: Corrected B-spline term in translation ref: https://crowdin.com/translate/freecad/569/en-fr#6503804 [skip ci] --- src/Mod/Sketcher/Gui/CommandConstraints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/CommandConstraints.cpp b/src/Mod/Sketcher/Gui/CommandConstraints.cpp index e89d4f212f..80dd04a60e 100644 --- a/src/Mod/Sketcher/Gui/CommandConstraints.cpp +++ b/src/Mod/Sketcher/Gui/CommandConstraints.cpp @@ -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)