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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-02-04 06:35:39 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-02-04 06:35:39 +0300
commitfdb68e184714f480c87c13c3c34480e9adfe4620 (patch)
tree7066f62f5f9cea50f723a8dfe7656997e2d12ff6 /source/blender/makesrna/intern/rna_cloth.c
parente268fe6e64dd872534944e825c0fe7483e18010a (diff)
Fix: UI: Spelling and Capitalization
Diffstat (limited to 'source/blender/makesrna/intern/rna_cloth.c')
-rw-r--r--source/blender/makesrna/intern/rna_cloth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_cloth.c b/source/blender/makesrna/intern/rna_cloth.c
index c000e1059e6..59040df56c3 100644
--- a/source/blender/makesrna/intern/rna_cloth.c
+++ b/source/blender/makesrna/intern/rna_cloth.c
@@ -986,7 +986,7 @@ static void rna_def_cloth_sim_settings(BlenderRNA *brna)
RNA_def_property_ui_text(
prop,
"Pressure",
- "The uniform pressure that is constanty applied to the mesh. Can be negative");
+ "The uniform pressure that is constantly applied to the mesh. Can be negative");
RNA_def_property_update(prop, 0, "rna_cloth_update");
prop = RNA_def_property(srna, "target_volume", PROP_FLOAT, PROP_NONE);