From c63df3b33f011d524fc8dd1b8fc28f896e876a99 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Tue, 5 Jan 2021 13:55:32 -0700 Subject: 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 --- release/scripts/startup/bl_ui/space_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_properties.py b/release/scripts/startup/bl_ui/space_properties.py index b2a7246af75..053df113dd7 100644 --- a/release/scripts/startup/bl_ui/space_properties.py +++ b/release/scripts/startup/bl_ui/space_properties.py @@ -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 -- cgit v1.2.3