Sketcher: Change default text to Text

This commit is contained in:
PaddleStroke
2026-03-10 07:22:26 +01:00
committed by Benjamin Nauck
parent d842e4151c
commit e7e5e39e7b
+1 -1
View File
@@ -89,7 +89,7 @@ public:
: DrawSketchHandlerTextBase(constrMethod)
, length(0.0)
, handleId(0)
, text("AstoCAD")
, text(QObject::tr("Text").toStdString())
, font("")
, cachedTextName("")
, cachedFontName("")