Fix small grammatical mistake in Refraction Depth tooltip

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D13850
This commit is contained in:
Alaska 2022-02-09 11:25:57 +01:00 committed by Jeroen Bakker
parent 06ac599261
commit d3d9e2abbf
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ void RNA_def_material(BlenderRNA *brna)
RNA_def_property_ui_text(prop,
"Refraction Depth",
"Approximate the thickness of the object to compute two refraction "
"event (0 is disabled)");
"events (0 is disabled)");
RNA_def_property_update(prop, 0, "rna_Material_draw_update");
/* For Preview Render */