diff --git a/source/blender/editors/space_graph/graph_slider_ops.cc b/source/blender/editors/space_graph/graph_slider_ops.cc index 5ba0c5641cb..fa79e55418b 100644 --- a/source/blender/editors/space_graph/graph_slider_ops.cc +++ b/source/blender/editors/space_graph/graph_slider_ops.cc @@ -1068,8 +1068,8 @@ void GRAPH_OT_blend_offset(wmOperatorType *ot) 0.0f, -FLT_MAX, FLT_MAX, - "Curve Bend", - "Control the bend of the curve", + "Offset Factor", + "Control which key to offset towards and how far", -1.0f, 1.0f); }