Fix [#22296] Wrong Operator Names?

This commit is contained in:
Matt Ebb
2010-05-10 01:49:35 +00:00
parent d384174b45
commit 413c4c91ca
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ class WM_OT_properties_add(bpy.types.Operator):
class WM_OT_properties_remove(bpy.types.Operator):
'''Internal use (edit a property path)'''
bl_idname = "wm.properties_remove"
bl_label = "Add Property"
bl_label = "Remove Property"
path = rna_path
property = rna_property