Correct typo

This commit is contained in:
Campbell Barton
2016-03-15 12:56:15 +11:00
parent 443bc8dbbd
commit 70a889052e

View File

@ -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()