Cleanup: Fix operator description

This commit is contained in:
Falk David
2023-02-16 17:47:04 +01:00
parent bf5a89f4e0
commit 4e7a7e613a

View File

@@ -1027,7 +1027,7 @@ static void CURVES_OT_select_more(wmOperatorType *ot)
{
ot->name = "Select More";
ot->idname = __func__;
ot->description = "Grow the selection by one point.";
ot->description = "Grow the selection by one point";
ot->exec = select_more_exec;
ot->poll = editable_curves_point_domain_poll;