Commit: 6be0948e6daae2f7f4ad764cc591af51b0b03726
Author: Brecht Van Lommel
Date:   Wed Dec 5 13:51:37 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB6be0948e6daae2f7f4ad764cc591af51b0b03726

UI: rename UV Edit to UV Editor, for consistency.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_space.c 
b/source/blender/makesrna/intern/rna_space.c
index c2065548836..10e4ed70710 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -171,7 +171,7 @@ const EnumPropertyItem rna_enum_space_action_mode_items[] = 
{
 #define SI_ITEM_VIEW(name, icon) \
        {SI_MODE_VIEW, "VIEW", icon, name, "View the image"}
 #define SI_ITEM_UV \
-       {SI_MODE_UV, "UV", ICON_GROUP_UVS, "UV Edit", "UV edit in mesh 
editmode"}
+       {SI_MODE_UV, "UV", ICON_GROUP_UVS, "UV Editor", "UV edit in mesh 
editmode"}
 #define SI_ITEM_PAINT \
        {SI_MODE_PAINT, "PAINT", ICON_TPAINT_HLT, "Paint", "2D image painting 
mode"}
 #define SI_ITEM_MASK \

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

Reply via email to