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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-12-05 15:51:37 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-12-05 15:51:37 +0300
commit6be0948e6daae2f7f4ad764cc591af51b0b03726 (patch)
tree4cfb166a793325eaed184836b6b5a53a71db01fd /source/blender/makesrna
parent4a2134566554fcb1b6ad13ac82493b6aa2631cfa (diff)
UI: rename UV Edit to UV Editor, for consistency.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_space.c2
1 files changed, 1 insertions, 1 deletions
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 \