From e6dfbcf7cbd3cc708b5dfc8f29f790fd0c0c8735 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 27 Sep 2011 21:05:33 +0000 Subject: [PATCH] Cycles: * Typo Fix. --- intern/cycles/blender/addon/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py index ca2f7e497df..b8c3753800f 100644 --- a/intern/cycles/blender/addon/ui.py +++ b/intern/cycles/blender/addon/ui.py @@ -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")