Cleanup: rename 'ObData' to 'Object Data'

This commit is contained in:
2019-04-14 11:19:09 +02:00
parent 61d71fdde5
commit fc416c3175

View File

@@ -4056,7 +4056,7 @@ static void rna_def_userdef_edit(BlenderRNA *brna)
};
static const EnumPropertyItem material_link_items[] = {
{0, "OBDATA", 0, "ObData", "Toggle whether the material is linked to object data or the object block"},
{0, "OBDATA", 0, "Object Data", "Toggle whether the material is linked to object data or the object block"},
{USER_MAT_ON_OB, "OBJECT", 0, "Object",
"Toggle whether the material is linked to object data or the object block"},
{0, NULL, 0, NULL, NULL},