Commit: fc416c3175041f36c68888d6a0eef5958a181b80
Author: Campbell Barton
Date:   Sun Apr 14 11:19:09 2019 +0200
Branches: master
https://developer.blender.org/rBfc416c3175041f36c68888d6a0eef5958a181b80

Cleanup: rename 'ObData' to 'Object Data'

===================================================================

M       source/blender/makesrna/intern/rna_userdef.c

===================================================================

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},

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to