Sketcher: Change Sketcher_CreatePointFillet button text to match menu text

The menu text is "Create corner-preserving fillet" it makes sense to use a similar text for the button and not "Constraint-preserving sketch fillet".
This commit is contained in:
Roy-043
2024-02-28 11:32:32 +01:00
committed by wwmayer
parent 972b7f1e61
commit 9563f3e580

View File

@@ -1575,7 +1575,7 @@ void CmdSketcherCompCreateFillets::languageChange()
QApplication::translate("Sketcher_CreateFillet", "Creates a radius between two lines"));
QAction* pointFillet = a[1];
pointFillet->setText(QApplication::translate("CmdSketcherCompCreateFillets",
"Constraint-preserving sketch fillet"));
"Corner-preserving sketch fillet"));
pointFillet->setToolTip(
QApplication::translate("Sketcher_CreatePointFillet",
"Fillet that preserves constraints and intersection point"));