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:
authorMatt Ebb <matt@mke3.net>2011-04-10 11:05:22 +0400
committerMatt Ebb <matt@mke3.net>2011-04-10 11:05:22 +0400
commit3815017c956daf4efb3da0b7ac8140ac8f52139b (patch)
treeacc2356403b7bb3044a4e2503688bacfc96b5199 /release/scripts/startup/bl_ui/properties_material.py
parent74f3d0396943169d30bed81068a710f0a397a680 (diff)
Labelling fix
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_material.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_material.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_material.py b/release/scripts/startup/bl_ui/properties_material.py
index cb4e07ce138..0443a351afa 100644
--- a/release/scripts/startup/bl_ui/properties_material.py
+++ b/release/scripts/startup/bl_ui/properties_material.py
@@ -755,7 +755,7 @@ class MATERIAL_PT_shadow(MaterialButtonsPanel, bpy.types.Panel):
if simple_material(base_mat):
col.prop(mat, "use_cast_shadows_only", text="Cast Only")
col.prop(mat, "shadow_cast_alpha", text="Casting Alpha")
- col.prop(mat, "use_only_shadow", text="ShadowsOnly")
+ col.prop(mat, "use_only_shadow", text="Shadows Only")
sub = col.column()
sub.active = mat.use_only_shadow
sub.prop(mat, "shadow_only_type", text="")