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:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-03-14 19:01:23 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-03-14 19:01:23 +0400
commit84b90c29680efba4a7a7b75b69c35bd0a16c5901 (patch)
tree60cd28088a3f5829059ac0ef814fbcca1677dc99 /release
parentd92e32e4e784491941e028b12fbfa236fa1843a8 (diff)
Fix misguiding menu label and make tooltip more descriptive
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/object.py4
1 files 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):