From fdb68e184714f480c87c13c3c34480e9adfe4620 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 3 Feb 2020 22:35:39 -0500 Subject: Fix: UI: Spelling and Capitalization --- source/blender/makesrna/intern/rna_cloth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_cloth.c') 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); -- cgit v1.2.3