diff --git a/src/Mod/Sketcher/Gui/DrawSketchHandlerText.h b/src/Mod/Sketcher/Gui/DrawSketchHandlerText.h index 4f6a9f3e9a..1ca1ab89d9 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchHandlerText.h +++ b/src/Mod/Sketcher/Gui/DrawSketchHandlerText.h @@ -89,7 +89,7 @@ public: : DrawSketchHandlerTextBase(constrMethod) , length(0.0) , handleId(0) - , text("AstoCAD") + , text(QObject::tr("Text").toStdString()) , font("") , cachedTextName("") , cachedFontName("")