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:
authorSebastián Barschkis <sebbas@sebbas.org>2020-02-21 17:32:24 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-02-21 17:32:24 +0300
commit803636f888c1f74d73bf4f09ed396647c869a4a3 (patch)
treecd659b54d0fcbcc0f45665490288dd6862998be2 /source/blender
parentf2b0aef4dc6a36d4de6b308e3cb386f44c82d8c0 (diff)
Fluid: Fix typo in fluid RNA
Fix typo in fluid RNA.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/rna_fluid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_fluid.c b/source/blender/makesrna/intern/rna_fluid.c
index a87a091f15e..d4bc02bbf3e 100644
--- a/source/blender/makesrna/intern/rna_fluid.c
+++ b/source/blender/makesrna/intern/rna_fluid.c
@@ -1711,7 +1711,7 @@ static void rna_def_fluid_domain_settings(BlenderRNA *brna)
RNA_def_property_ui_text(prop,
"Maximum Trapped Air Potential",
"Upper clamping threshold for marking fluid cells where air is trapped "
- "(highe value results in less marked cells)");
+ "(higher value results in less marked cells)");
RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_Fluid_resetCache");
prop = RNA_def_property(srna, "sndparticle_potential_min_energy", PROP_FLOAT, PROP_NONE);