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