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-08-30 06:30:53 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-08-30 06:30:53 +0300
commit3abbae2d7c054922059f087addea6675d6e26d14 (patch)
tree5b577cc64e87a86c520cf89ed29b4d18452ebece
parent3789aa8506752df5edce8c072b4307443289f0d0 (diff)
UI: Use term "Plasticity" instead of "Plastic"
-rw-r--r--source/blender/makesrna/intern/rna_object_force.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object_force.c b/source/blender/makesrna/intern/rna_object_force.c
index bb3756d9cfc..4c22890887a 100644
--- a/source/blender/makesrna/intern/rna_object_force.c
+++ b/source/blender/makesrna/intern/rna_object_force.c
@@ -1918,7 +1918,7 @@ static void rna_def_softbody(BlenderRNA *brna)
prop = RNA_def_property(srna, "plastic", PROP_INT, PROP_NONE);
RNA_def_property_int_sdna(prop, NULL, "plastic");
RNA_def_property_range(prop, 0.0f, 100.0f);
- RNA_def_property_ui_text(prop, "Plastic", "Permanent deform");
+ RNA_def_property_ui_text(prop, "Plasticity", "Permanent deform");
RNA_def_property_update(prop, 0, "rna_softbody_update");
prop = RNA_def_property(srna, "bend", PROP_FLOAT, PROP_NONE);