UI: use plural form of "Gizmo" in Gizmo display menus

Because the menus list several gizmo visibility settings it makes grammatical sense that the panel name is plural.

This also matches the "Overlays" menu.
This commit is contained in:
Aaron Carlisle 2021-11-09 11:42:15 -05:00
parent fd0ba6449b
commit 74fe19b193
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ class SEQUENCER_MT_editor_menus(Menu):
class SEQUENCER_PT_gizmo_display(Panel):
bl_space_type = 'SEQUENCE_EDITOR'
bl_region_type = 'HEADER'
bl_label = "Gizmo"
bl_label = "Gizmos"
bl_ui_units_x = 8
def draw(self, context):

View File

@ -5990,7 +5990,7 @@ class VIEW3D_PT_shading_render_pass(Panel):
class VIEW3D_PT_gizmo_display(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'HEADER'
bl_label = "Gizmo"
bl_label = "Gizmos"
bl_ui_units_x = 8
def draw(self, context):