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:
Diffstat (limited to 'release/scripts/ui/space_userpref.py')
-rw-r--r--release/scripts/ui/space_userpref.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index be386f19b59..c083a62a98e 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -336,8 +336,7 @@ class USERPREF_PT_edit(bpy.types.Panel):
col = row.column()
row = col.row(align=True)
- row.label("Overlay Color:")
- row.prop(edit, "sculpt_paint_overlay_col", text="")
+ row.prop(edit, "sculpt_paint_overlay_col", text="Sculpt Overlay Color")
col.separator()
col.separator()