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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user