[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40635] branches/cycles/intern/cycles/ blender/addon/ui.py: Cycles:

Thomas Dinges blender at dingto.org
Tue Sep 27 23:05:34 CEST 2011


Revision: 40635
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40635
Author:   dingto
Date:     2011-09-27 21:05:33 +0000 (Tue, 27 Sep 2011)
Log Message:
-----------
Cycles:
* Typo Fix. 

Modified Paths:
--------------
    branches/cycles/intern/cycles/blender/addon/ui.py

Modified: branches/cycles/intern/cycles/blender/addon/ui.py
===================================================================
--- branches/cycles/intern/cycles/blender/addon/ui.py	2011-09-27 20:37:24 UTC (rev 40634)
+++ branches/cycles/intern/cycles/blender/addon/ui.py	2011-09-27 21:05:33 UTC (rev 40635)
@@ -64,7 +64,7 @@
         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")




More information about the Bf-blender-cvs mailing list