[Bf-blender-cvs] [ef713519615] greasepencil-object: UI: Rename panel caption

Antonio Vazquez noreply at git.blender.org
Wed Jul 12 20:40:47 CEST 2017


Commit: ef713519615d5d3a5e6037c524187eb9679c5909
Author: Antonio Vazquez
Date:   Wed Jul 12 20:35:14 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBef713519615d5d3a5e6037c524187eb9679c5909

UI: Rename panel caption

===================================================================

M	release/scripts/startup/bl_ui/properties_data_gpencil.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_data_gpencil.py b/release/scripts/startup/bl_ui/properties_data_gpencil.py
index 15fb0539073..0f2915414d5 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -82,7 +82,7 @@ class DATA_PT_gpencilparentpanel(GreasePencilParentLayerPanel, Panel):
     bl_space_type = 'PROPERTIES'
     bl_region_type = 'WINDOW'
     bl_context = "data"
-    bl_label = "Parent Layer"
+    bl_label = "Layer Relations"
 
     # NOTE: this is just a wrapper around the generic GP Panel




More information about the Bf-blender-cvs mailing list