* Typo Fix.
This commit is contained in:
2011-09-27 21:05:33 +00:00
parent cdee3435c6
commit e6dfbcf7cb

View File

@@ -64,7 +64,7 @@ class CyclesRender_PT_integrator(CyclesButtonsPanel, Panel):
sub.prop(cscene, "preview_samples", text="Preview")
sub = col.column(align=True)
sub.label("Tranparency:")
sub.label("Transparency:")
sub.prop(cscene, "transparent_max_bounces", text="Max")
sub.prop(cscene, "transparent_min_bounces", text="Min")
sub.prop(cscene, "no_caustics")