Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Vazquez <pablo@blender.org>2020-05-12 16:44:59 +0300
committerPablo Vazquez <pablo@blender.org>2020-05-12 16:44:59 +0300
commit82e8df01ac13609c5bbdb438f0033d076d844668 (patch)
tree8ef0a74c484a6a255ecb90785596af18e625f1f9 /source/blender/editors/space_nla
parent1b289029bb543853ea8e6aa1b0eb35eab6e84440 (diff)
UI: Rename 'View All' operator to 'Frame All'
This change was done time ago but it was still missing in some operators.
Diffstat (limited to 'source/blender/editors/space_nla')
-rw-r--r--source/blender/editors/space_nla/nla_edit.c2
1 files changed, 1 insertions, 1 deletions
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";