Draft: Fix typo in arc input hint ("staring" → "starting")

This commit is contained in:
longrackslabs
2025-05-23 21:59:05 -07:00
committed by Max Wilfinger
parent a969f31573
commit 77a11efa0b

View File

@@ -310,7 +310,7 @@ class Arc(gui_base_original.Creator):
]
elif self.step == 2:
return [
Gui.InputHint(translate("draft", "%1 pick staring angle"), Gui.UserInput.MouseLeft),
Gui.InputHint(translate("draft", "%1 pick starting angle"), Gui.UserInput.MouseLeft),
hint_continue,
]
elif self.step == 3: