[Bf-blender-cvs] [0085c3c] master: Typo fix (not related to previous drumroll)

Antony Riakiotakis noreply at git.blender.org
Mon Nov 24 14:48:24 CET 2014


Commit: 0085c3c5e53f6ff520463b77d2aca68f3f7471e6
Author: Antony Riakiotakis
Date:   Mon Nov 24 14:48:20 2014 +0100
Branches: master
https://developer.blender.org/rB0085c3c5e53f6ff520463b77d2aca68f3f7471e6

Typo fix (not related to previous drumroll)

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

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index c9708df..990697f 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -794,7 +794,7 @@ class VIEW3D_PT_imapaint_tools_missing(Panel, View3DPaintPanel):
         if toolsettings.missing_uvs:
             col.separator()
             col.label("Missing UVs", icon='INFO')
-            col.label("Unwrap the mesh in edit mode or generate a simple UVs")
+            col.label("Unwrap the mesh in edit mode or generate a simple UV layer")
             col.operator("paint.add_simple_uvs")
     
         if toolsettings.mode == 'MATERIAL':




More information about the Bf-blender-cvs mailing list