Outliner: clarify "Show Hierarchy" context menu entry #114139

Merged
Harley Acheson merged 1 commits from lichtwerk/blender:114106_outliner_view_clarify_show_hierarchy into main 2023-11-17 00:31:43 +01:00
1 changed files with 1 additions and 1 deletions

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