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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-01-21 23:18:07 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-01-21 23:18:07 +0400
commitaeca473a4177e52c6d258f3307627169ef237170 (patch)
treef72201609c22691cfa2419be62deb00728cd5629 /source/blender/makesrna/intern/rna_modifier.c
parenta6e697f6d7ed5186baa0ccad4f5a626b655a1c6c (diff)
Usual UI messages fixes.
Diffstat (limited to 'source/blender/makesrna/intern/rna_modifier.c')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 89fb24145a6..956df8a3d87 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -3796,7 +3796,7 @@ static void rna_def_modifier_wireframe(BlenderRNA *brna)
RNA_def_property_float_sdna(prop, NULL, "crease_weight");
RNA_def_property_range(prop, -FLT_MAX, FLT_MAX);
RNA_def_property_ui_range(prop, 0.0f, 1.0f, 0.1, 1);
- RNA_def_property_ui_text(prop, "Weigth", "Crease weight (if active)");
+ RNA_def_property_ui_text(prop, "Weight", "Crease weight (if active)");
RNA_def_property_update(prop, 0, "rna_Modifier_update");
prop = RNA_def_property(srna, "material_offset", PROP_INT, PROP_NONE);