UI: Make Panel Name Plural

This is more consistent with other panels; for example "Shadows"
This commit is contained in:
2019-06-29 11:35:30 -04:00
parent 6f002d1a92
commit e981d93fa6

View File

@@ -228,7 +228,7 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, Panel):
class RENDER_PT_eevee_volumetric(RenderButtonsPanel, Panel):
bl_label = "Volumetric"
bl_label = "Volumetrics"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_EEVEE'}