Rename "Viewport Display SSAO" sub-panel name to Screen Space Ambient Occlusion

Since it is already a sub-panel of Viewport Display anyway
This commit is contained in:
Pablo Vazquez 2018-06-07 12:08:32 +02:00
parent cdbda1c3d8
commit a867e63dd6

@ -477,7 +477,7 @@ class SCENE_PT_viewport_display(SceneButtonsPanel, Panel):
class SCENE_PT_viewport_display_ssao(SceneButtonsPanel, Panel):
bl_label = "Viewport Display SSAO"
bl_label = "Screen Space Ambient Occlusion"
bl_parent_id = "SCENE_PT_viewport_display"
@classmethod