Commit: 7bd3db6f9f229717642ca8023425c8e7191d081b
Author: Antonio Vazquez
Date:   Sun Jun 11 17:37:45 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB7bd3db6f9f229717642ca8023425c8e7191d081b

Change UI modes text

It is more clear to use standard nomemclature for the modes

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

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

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

diff --git a/source/blender/makesrna/intern/rna_object.c 
b/source/blender/makesrna/intern/rna_object.c
index c8b996a9424..a175bc2fdf6 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -70,9 +70,9 @@ EnumPropertyItem rna_enum_object_mode_items[] = {
        {OB_MODE_WEIGHT_PAINT, "WEIGHT_PAINT", ICON_WPAINT_HLT, "Weight Paint", 
""},
        {OB_MODE_TEXTURE_PAINT, "TEXTURE_PAINT", ICON_TPAINT_HLT, "Texture 
Paint", ""},
        {OB_MODE_PARTICLE_EDIT, "PARTICLE_EDIT", ICON_PARTICLEMODE, "Particle 
Edit", ""},
-       {OB_MODE_GPENCIL_PAINT, "GPENCIL_PAINT", ICON_BRUSH_DATA, "Paint 
Strokes", "Paint Grease Pencil Strokes"},
-       {OB_MODE_GPENCIL_EDIT, "GPENCIL_EDIT", ICON_GREASEPENCIL, "Edit 
Strokes", "Edit Grease Pencil Strokes"},
-       {OB_MODE_GPENCIL_SCULPT, "GPENCIL_SCULPT", ICON_SCULPTMODE_HLT, "Sculpt 
Strokes", "Sculpt Grease Pencil Strokes"},
+       {OB_MODE_GPENCIL_PAINT, "GPENCIL_PAINT", ICON_BRUSH_DATA, "Stroke 
Paint", "Paint Grease Pencil Strokes"},
+       {OB_MODE_GPENCIL_EDIT, "GPENCIL_EDIT", ICON_GREASEPENCIL, "Edit Mode", 
"Edit Grease Pencil Strokes"},
+       {OB_MODE_GPENCIL_SCULPT, "GPENCIL_SCULPT", ICON_SCULPTMODE_HLT, "Sculpt 
Mode", "Sculpt Grease Pencil Strokes"},
        {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