bug #21160, misspell in align objects operator

This commit is contained in:
Daniel Salazar 2010-02-15 10:06:27 +00:00
parent 957baf7d6a
commit bd7bfff682

@ -231,7 +231,7 @@ from bpy.props import *
class AlignObjects(bpy.types.Operator):
'''Align Objects'''
bl_idname = "object.align"
bl_label = "Align Objets"
bl_label = "Align Objects"
bl_register = True
bl_undo = True
@ -288,4 +288,4 @@ def register():
def unregister():
bpy.types.unregister(AlignObjects)
bpy.types.VIEW3D_MT_transform.remove(menu_func)
bpy.types.VIEW3D_MT_transform.remove(menu_func)