[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-02-28 10:34:40 +00:00
committed by wwmayer
parent 9563f3e580
commit 8923419440

View File

@@ -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"));