diff --git a/source/blender/editors/curves/intern/curves_ops.cc b/source/blender/editors/curves/intern/curves_ops.cc index 924d1cfe09d..a05ecfcaed3 100644 --- a/source/blender/editors/curves/intern/curves_ops.cc +++ b/source/blender/editors/curves/intern/curves_ops.cc @@ -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;