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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-14 12:19:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-14 12:19:09 +0300
commitfc416c3175041f36c68888d6a0eef5958a181b80 (patch)
tree00de1e18202508a76322569491c7708c61a50b87 /source
parent61d71fdde588a6e1602c8df8793a280762fbc890 (diff)
Cleanup: rename 'ObData' to 'Object Data'
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index a2de1712960..da41134f4ab 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -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},