Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlaska <Alaska>2022-02-09 13:25:57 +0300
committerJeroen Bakker <jeroen@blender.org>2022-02-09 13:26:21 +0300
commitd3d9e2abbf820cfcf7bbee08fc0c5d721a612ba1 (patch)
treec9889a4cacbedf9cdb554a99d6371f0e25ff7bf8
parent06ac5992618a75c453e495e06af7c5faf30499a7 (diff)
Fix small grammatical mistake in Refraction Depth tooltip
Reviewed By: jbakker Differential Revision: https://developer.blender.org/D13850
-rw-r--r--source/blender/makesrna/intern/rna_material.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_material.c b/source/blender/makesrna/intern/rna_material.c
index 22a75c0d992..9cbe12d8e1a 100644
--- a/source/blender/makesrna/intern/rna_material.c
+++ b/source/blender/makesrna/intern/rna_material.c
@@ -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 */