From 84b90c29680efba4a7a7b75b69c35bd0a16c5901 Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Thu, 14 Mar 2013 15:01:23 +0000 Subject: [PATCH] Fix misguiding menu label and make tooltip more descriptive --- release/scripts/startup/bl_operators/object.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py index f8eb55db42e..ae6b80865dd 100644 --- a/release/scripts/startup/bl_operators/object.py +++ b/release/scripts/startup/bl_operators/object.py @@ -473,9 +473,9 @@ class ShapeTransfer(Operator): class JoinUVs(Operator): - """Copy UV Layout to objects with matching geometry""" + """Transfer UV Layouts from active to selected objects (needs matching geometry)""" bl_idname = "object.join_uvs" - bl_label = "Join as UVs" + bl_label = "Transfer UV Layouts" @classmethod def poll(cls, context):