Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-03-15 04:56:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-15 04:56:15 +0300
commit70a889052ee519b5a1f77edff569d76e104c6c7f (patch)
tree617251bf150f131096b06f1e62f489981ba204a6 /uv_texture_atlas.py
parent443bc8dbbd3f52e30f043bdf77f310745c2b1ddb (diff)
Correct typo
Diffstat (limited to 'uv_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 3e6a657f..72ffadd6 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()