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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user