[Bf-extensions-cvs] [eea2de6] master: Magic UV: Fix typo

Nutti noreply at git.blender.org
Tue Apr 4 14:58:40 CEST 2017


Commit: eea2de6e7112d34b4d11c04ce6f6fba09138b8fb
Author: Nutti
Date:   Tue Apr 4 21:58:17 2017 +0900
Branches: master
https://developer.blender.org/rBAeea2de6e7112d34b4d11c04ce6f6fba09138b8fb

Magic UV: Fix typo

===================================================================

M	uv_magic_uv/muv_texlock_ops.py

===================================================================

diff --git a/uv_magic_uv/muv_texlock_ops.py b/uv_magic_uv/muv_texlock_ops.py
index 80ec1c6..a3ddda2 100644
--- a/uv_magic_uv/muv_texlock_ops.py
+++ b/uv_magic_uv/muv_texlock_ops.py
@@ -216,7 +216,7 @@ class MUV_TexLockStop(bpy.types.Operator):
 
     bl_idname = "uv.muv_texlock_stop"
     bl_label = "Stop"
-    bl_description = "Start Texture Lock"
+    bl_description = "Stop Texture Lock"
     bl_options = {'REGISTER', 'UNDO'}
 
     connect = BoolProperty(



More information about the Bf-extensions-cvs mailing list