diff --git a/source/blender/editors/curve/editcurve_select.cc b/source/blender/editors/curve/editcurve_select.cc index 14eb1eeb18e..494dd06c8e4 100644 --- a/source/blender/editors/curve/editcurve_select.cc +++ b/source/blender/editors/curve/editcurve_select.cc @@ -811,7 +811,9 @@ void CURVE_OT_select_row(wmOperatorType *ot) /* identifiers */ ot->name = "Select Control Point Row"; ot->idname = "CURVE_OT_select_row"; - ot->description = "Select a row of control points including active one"; + ot->description = + "Select a row of control points including active one. " + "Successive use on the same point switches between U/V directions"; /* api callbacks */ ot->exec = select_row_exec;