UI: Use term "Plasticity" instead of "Plastic"

This commit is contained in:
Aaron Carlisle 2020-08-29 23:30:53 -04:00
parent 3789aa8506
commit 3abbae2d7c
1 changed files with 1 additions and 1 deletions

View File

@ -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);