Outliner: clarify "Show Hierarchy" context menu entry

Display OUTLINER_OT_show_hierarchy as "Show Object Hierarchy"

Pull Request: https://projects.blender.org/blender/blender/pulls/114139
This commit is contained in:
Philipp Oeser
2023-11-17 00:31:32 +01:00
committed by Harley Acheson
parent 07820b0703
commit 4793b4592b

View File

@@ -140,7 +140,7 @@ class OUTLINER_MT_context_menu_view(Menu):
layout.separator()
layout.operator("outliner.show_hierarchy")
layout.operator("outliner.show_hierarchy", text="Show Object Hierarchy")
layout.operator("outliner.show_one_level", text="Show One Level")
layout.operator("outliner.show_one_level", text="Hide One Level").open = False