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:
authorgaiaclary <gaia.clary@machinimatrix.org>2013-12-13 18:29:50 +0400
committergaiaclary <gaia.clary@machinimatrix.org>2013-12-13 18:29:50 +0400
commit52c5365c002acbaa45be28928ab117b394e3d380 (patch)
treec7d256d710cc67a212bef62654b122fdb97030ee /release
parentce893552c359d11cfa93709f239a3c93f4cdb244 (diff)
Changed label to use UV Maps instead of UV Layouts
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 bcc8d441a5c..e5e53d6a4dc 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -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):