Rename OUTLINER_OT_collection_object_remove > _object_remove_from_collection

Better make it clear it is different than OUTLINER_OT_collection_objects_remove.
This commit is contained in:
Dalai Felinto
2018-02-06 13:28:37 -02:00
parent 9631c1ac1a
commit fcb430afba
4 changed files with 9 additions and 9 deletions

View File

@@ -235,7 +235,7 @@ class OUTLINER_MT_context_object(Menu):
layout.operator("outliner.object_operation", text="Remap Users").type='REMAP'
layout.operator("outliner.object_operation", text="Rename").type='RENAME'
layout.separator()
layout.operator("outliner.collection_object_remove", text="Remove from Collection")
layout.operator("outliner.object_remove_from_collection", text="Remove from Collection")
classes = (