Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Craddock <nzcraddock@gmail.com>2021-01-05 23:55:32 +0300
committerNathan Craddock <nzcraddock@gmail.com>2021-02-16 04:25:06 +0300
commit23de16414ad6eeebab7d8840a6626c1fd7a6e08d (patch)
treeb8beb247bab2542c6cbb8c4025ff460497d7ba89 /release
parentc53022768b13831c38d2b687f99b7f9cbb919892 (diff)
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
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_properties.py2
1 files changed, 1 insertions, 1 deletions
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