UI: Clarify descriptions in properties popover
Updates the descriptions and labels for outliner sync in the properties editor popover to be more clear. Differential Revision: https://developer.blender.org/D10010
This commit is contained in:
@@ -74,7 +74,7 @@ class PROPERTIES_PT_navigation_bar(Panel):
|
||||
class PROPERTIES_PT_options(Panel):
|
||||
bl_space_type = 'PROPERTIES'
|
||||
bl_region_type = 'HEADER'
|
||||
bl_label = 'Options'
|
||||
bl_label = 'Show options for the properties editor'
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
||||
Reference in New Issue
Block a user