Fix source string typos mentioned on Crowdin (#15261)
This commit is contained in:
@@ -774,7 +774,7 @@ class DraftBezCurveGuiTools(GuiTools):
|
||||
knot = 0
|
||||
else:
|
||||
App.Console.PrintWarning(translate("draft",
|
||||
"Endpoint of BezCurve can't be smoothed")
|
||||
"Endpoint of Bézier curve can't be smoothed")
|
||||
+ "\n")
|
||||
return
|
||||
segment = knot // deg # segment index
|
||||
|
||||
Reference in New Issue
Block a user