Draft: change task panel title of Draft_CubicBezCurve to Title Case

This commit is contained in:
Roy-043
2025-09-03 15:42:00 +02:00
committed by Max Wilfinger
parent ec8cff9e5f
commit 2fa4934e3f

View File

@@ -264,7 +264,7 @@ class CubicBezCurve(gui_lines.Line):
super().Activated(name="CubicBezCurve",
icon="Draft_CubicBezCurve",
task_title=translate("draft", "Cubic Bézier curve"))
task_title=translate("draft", "Cubic Bézier Curve"))
if self.doc:
self.bezcurvetrack = trackers.bezcurveTracker()