UI: Rename 'View All' operator to 'Frame All'

This change was done time ago but it was still missing in some operators.
This commit is contained in:
Pablo Vazquez
2020-05-12 15:44:59 +02:00
parent 1b289029bb
commit 82e8df01ac
13 changed files with 15 additions and 15 deletions

View File

@@ -276,7 +276,7 @@ class SEQUENCER_MT_view(Menu):
if is_sequencer_view:
layout.operator_context = 'INVOKE_REGION_WIN'
layout.operator("sequencer.view_selected", text="Frame Selected")
layout.operator("sequencer.view_all", text="Frame All")
layout.operator("sequencer.view_all")
layout.operator("view2d.zoom_border", text="Zoom")
if is_preview: