From 0212c423bfaa4ccb82dca6259df084960f59944f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 13:31:16 +1100 Subject: Cleanup: remove outdated references to tweak --- source/blender/editors/space_action/action_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c index 1be90109c3b..65815983767 100644 --- a/source/blender/editors/space_action/action_select.c +++ b/source/blender/editors/space_action/action_select.c @@ -595,7 +595,7 @@ void ACTION_OT_select_box(wmOperatorType *ot) WM_operator_properties_select_operation_simple(ot); PropertyRNA *prop = RNA_def_boolean( - ot->srna, "tweak", 0, "Tweak", "Operator has been activated using a tweak event"); + ot->srna, "tweak", 0, "Tweak", "Operator has been activated using a click-drag event"); RNA_def_property_flag(prop, PROP_SKIP_SAVE); } -- cgit v1.2.3