Changed label to use UV Maps instead of UV Layouts

This commit is contained in:
2013-12-13 15:29:50 +01:00
parent ce893552c3
commit 52c5365c00

View File

@@ -474,10 +474,10 @@ class ShapeTransfer(Operator):
class JoinUVs(Operator):
"""Transfer UV Layouts from active to selected objects """ \
"""Transfer UV Maps from active to selected objects """ \
"""(needs matching geometry)"""
bl_idname = "object.join_uvs"
bl_label = "Transfer UV Layouts"
bl_label = "Transfer UV Maps"
@classmethod
def poll(cls, context):