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:
authorWilliam Reynish <billrey@me.com>2019-03-07 17:07:16 +0300
committerWilliam Reynish <billrey@me.com>2019-03-07 17:07:16 +0300
commited24315c6309413ccb4e0e3f830a351871ea55a9 (patch)
tree2797f6557f6ae202a9f151b3fa5c4d706e5be9ce /release/scripts/startup/bl_ui/properties_output.py
parent6837474ae89ef20f624caa7da3e5588521d7b568 (diff)
UI: Change UI name of Draw Labels to Include Labels
For compliance with recent naming conventions.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_output.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_output.py b/release/scripts/startup/bl_ui/properties_output.py
index fba3b112708..bd96152204a 100644
--- a/release/scripts/startup/bl_ui/properties_output.py
+++ b/release/scripts/startup/bl_ui/properties_output.py
@@ -270,9 +270,9 @@ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, Panel):
col = layout.column()
col.active = rd.use_stamp
col.prop(rd, "stamp_font_size", text="Font Size")
- col.prop(rd, "use_stamp_labels", text="Draw Labels")
col.column().prop(rd, "stamp_foreground", slider=True)
col.column().prop(rd, "stamp_background", slider=True)
+ col.prop(rd, "use_stamp_labels", text="Include Labels")
class RENDER_PT_output(RenderOutputButtonsPanel, Panel):