From 82e8df01ac13609c5bbdb438f0033d076d844668 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 12 May 2020 15:44:59 +0200 Subject: UI: Rename 'View All' operator to 'Frame All' This change was done time ago but it was still missing in some operators. --- source/blender/editors/space_nla/nla_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index 9b6cf154fb7..f68896e21d6 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -526,7 +526,7 @@ static int nlaedit_viewsel_exec(bContext *C, wmOperator *UNUSED(op)) void NLA_OT_view_all(wmOperatorType *ot) { /* identifiers */ - ot->name = "View All"; + ot->name = "Frame All"; ot->idname = "NLA_OT_view_all"; ot->description = "Reset viewable area to show full strips range"; -- cgit v1.2.3