From faf2142c7a23f59d583bc8f5a9ce58949c5735fe Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Sat, 10 Jun 2023 18:46:37 +0200 Subject: [PATCH] Update CommandCreateGeo.cpp Additional change: "via" -> "by" --- src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp index 64452dd64c..c1e1bc7744 100644 --- a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp +++ b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp @@ -913,7 +913,7 @@ CmdSketcherCreateBSpline::CmdSketcherCreateBSpline() sAppModule = "Sketcher"; sGroup = "Sketcher"; sMenuText = QT_TR_NOOP("Create B-spline"); - sToolTipText = QT_TR_NOOP("Create a B-spline via control points in the sketch."); + sToolTipText = QT_TR_NOOP("Create a B-spline by control points in the sketch."); sWhatsThis = "Sketcher_CreateBSpline"; sStatusTip = sToolTipText; sPixmap = "Sketcher_CreateBSpline"; @@ -946,7 +946,7 @@ CmdSketcherCreatePeriodicBSpline::CmdSketcherCreatePeriodicBSpline() sAppModule = "Sketcher"; sGroup = "Sketcher"; sMenuText = QT_TR_NOOP("Create periodic B-spline"); - sToolTipText = QT_TR_NOOP("Create a periodic B-spline via control points in the sketch."); + sToolTipText = QT_TR_NOOP("Create a periodic B-spline by control points in the sketch."); sWhatsThis = "Sketcher_CreatePeriodicBSpline"; sStatusTip = sToolTipText; sPixmap = "Sketcher_Create_Periodic_BSpline"; @@ -977,7 +977,7 @@ CmdSketcherCreateBSplineByInterpolation::CmdSketcherCreateBSplineByInterpolation sAppModule = "Sketcher"; sGroup = "Sketcher"; sMenuText = QT_TR_NOOP("Create B-spline by knots"); - sToolTipText = QT_TR_NOOP("Create a B-spline via knots, i.e. by interpolation, in the sketch."); + sToolTipText = QT_TR_NOOP("Create a B-spline by knots, i.e. by interpolation, in the sketch."); sWhatsThis = "Sketcher_CreateBSplineByInterpolation"; sStatusTip = sToolTipText; sPixmap = "Sketcher_CreateBSplineByInterpolation"; @@ -1010,7 +1010,7 @@ CmdSketcherCreatePeriodicBSplineByInterpolation::CmdSketcherCreatePeriodicBSplin sGroup = "Sketcher"; sMenuText = QT_TR_NOOP("Create periodic B-spline by knots"); sToolTipText = - QT_TR_NOOP("Create a periodic B-spline via knots, i.e. by interpolation, in the sketch."); + QT_TR_NOOP("Create a periodic B-spline by knots, i.e. by interpolation, in the sketch."); sWhatsThis = "Sketcher_Create_Periodic_BSplineByInterpolation"; sStatusTip = sToolTipText; sPixmap = "Sketcher_Create_Periodic_BSplineByInterpolation";