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:
2021-01-05 13:55:32 -07:00
parent c53022768b
commit 23de16414a
4 changed files with 18 additions and 8 deletions

View File

@@ -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