From 6a3c689d40a8b76719579c43ea0a444ae6c79b9f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:34:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp index 9f93cb2a1b..af48a69b85 100644 --- a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp +++ b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp @@ -1574,8 +1574,8 @@ void CmdSketcherCompCreateFillets::languageChange() oldFillet->setStatusTip( QApplication::translate("Sketcher_CreateFillet", "Creates a radius between two lines")); QAction* pointFillet = a[1]; - pointFillet->setText(QApplication::translate("CmdSketcherCompCreateFillets", - "Corner-preserving sketch fillet")); + pointFillet->setText( + QApplication::translate("CmdSketcherCompCreateFillets", "Corner-preserving sketch fillet")); pointFillet->setToolTip( QApplication::translate("Sketcher_CreatePointFillet", "Fillet that preserves constraints and intersection point"));