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:
authorCampbell Barton <ideasman42@gmail.com>2018-03-05 16:56:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-05 16:59:44 +0300
commitae9beb1cead99ced03798f6acad8082408323991 (patch)
tree9f66ddbb382ca77f19035d43865fccc0b56fe27f /release
parent2adece9fbb60227fc326926a7fa52aba02c5a56e (diff)
UI: rename panel 'Workspace Add-ons'
Show/Hide is limited to menus
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_workspace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_workspace.py b/release/scripts/startup/bl_ui/properties_data_workspace.py
index 73da32f6eb9..c699fac7dd2 100644
--- a/release/scripts/startup/bl_ui/properties_data_workspace.py
+++ b/release/scripts/startup/bl_ui/properties_data_workspace.py
@@ -62,7 +62,7 @@ class WORKSPACE_PT_workspace(WorkSpaceButtonsPanel, Panel):
class WORKSPACE_PT_owner_ids(WorkSpaceButtonsPanel, Panel):
- bl_label = "Show/Hide Add-ons"
+ bl_label = "Workspace Add-ons"
bl_options = {'DEFAULT_CLOSED'}
def draw_header(self, context):