[Bf-extensions-cvs] [70a8890] master: Correct typo

Campbell Barton noreply at git.blender.org
Tue Mar 15 03:04:20 CET 2016


Commit: 70a889052ee519b5a1f77edff569d76e104c6c7f
Author: Campbell Barton
Date:   Tue Mar 15 12:56:15 2016 +1100
Branches: master
https://developer.blender.org/rBA70a889052ee519b5a1f77edff569d76e104c6c7f

Correct typo

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

M	uv_texture_atlas.py

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

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 3e6a657..72ffadd 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -102,7 +102,7 @@ class TexAtl_Main(Panel):
         # Resolution and Unwrap types (only if Lightmap group is added)
         if context.scene.ms_lightmap_groups:
             group = scene.ms_lightmap_groups[scene.ms_lightmap_groups_index]
-            row.label(text="Resolutiom:")
+            row.label(text="Resolution:")
             row.prop(group, 'resolutionX', text='')
             row.prop(group, 'resolutionY', text='')
             row = self.layout.row()



More information about the Bf-extensions-cvs mailing list