diff --git a/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h b/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h index 6415578854..7a14bc1ef4 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h +++ b/src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h @@ -200,9 +200,10 @@ public: poleGeoIds.back()); } catch (const Base::Exception& e) { - Gui::NotifyError(sketchgui, - QT_TRANSLATE_NOOP("Notifications", "Error"), - QT_TRANSLATE_NOOP("Notifications", "Error creating BSpline pole")); + Gui::NotifyError( + sketchgui, + QT_TRANSLATE_NOOP("Notifications", "Error"), + QT_TRANSLATE_NOOP("Notifications", "Error creating B-spline pole")); Gui::Command::abortCommand(); static_cast(sketchgui->getObject())->solve(); @@ -514,7 +515,7 @@ private: catch (const Base::Exception& e) { Gui::NotifyError(sketchgui, QT_TRANSLATE_NOOP("Notifications", "Error"), - QT_TRANSLATE_NOOP("Notifications", "Error creating B-Spline")); + QT_TRANSLATE_NOOP("Notifications", "Error creating B-spline")); Gui::Command::abortCommand(); tryAutoRecomputeIfNotSolve( diff --git a/src/Mod/Sketcher/Gui/DrawSketchHandlerBSplineByInterpolation.h b/src/Mod/Sketcher/Gui/DrawSketchHandlerBSplineByInterpolation.h index 4a0972cd2d..205ed267b5 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchHandlerBSplineByInterpolation.h +++ b/src/Mod/Sketcher/Gui/DrawSketchHandlerBSplineByInterpolation.h @@ -611,7 +611,7 @@ private: catch (const Base::Exception& e) { Gui::NotifyError(sketchgui, QT_TRANSLATE_NOOP("Notifications", "Error"), - QT_TRANSLATE_NOOP("Notifications", "Error creating B-Spline")); + QT_TRANSLATE_NOOP("Notifications", "Error creating B-spline")); Gui::Command::abortCommand(); tryAutoRecomputeIfNotSolve(