[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
wwmayer
parent
9563f3e580
commit
8923419440
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user