[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55034] branches/ge_harmony/source/blender /makesrna/intern/rna_scene.c: Fixing "Forward Rendring" to " Forward Rendering" in the UI.

Daniel Stokes kupomail at gmail.com
Tue Mar 5 03:58:36 CET 2013


Revision: 55034
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55034
Author:   kupoman
Date:     2013-03-05 02:58:36 +0000 (Tue, 05 Mar 2013)
Log Message:
-----------
Fixing "Forward Rendring" to "Forward Rendering" in the UI.

Modified Paths:
--------------
    branches/ge_harmony/source/blender/makesrna/intern/rna_scene.c

Modified: branches/ge_harmony/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- branches/ge_harmony/source/blender/makesrna/intern/rna_scene.c	2013-03-05 02:47:00 UTC (rev 55033)
+++ branches/ge_harmony/source/blender/makesrna/intern/rna_scene.c	2013-03-05 02:58:36 UTC (rev 55034)
@@ -2572,7 +2572,7 @@
 		{0, NULL, 0, NULL, NULL}};
 
 	static EnumPropertyItem render_technique_items[] = {
-		{SCE_GAMERENDER_FORWARD, "FORWARD", 0, "Forward Rendring", "Slow with a lot of lights, most compatible"},
+		{SCE_GAMERENDER_FORWARD, "FORWARD", 0, "Forward Rendering", "Slow with a lot of lights, most compatible"},
 		{SCE_GAMERENDER_INFERRED, "INFERRED", 0,  "Inferred Lighting", "Handles multiple dynamic lights well, maintains some compatibility with Blender materials"},
 		{0, NULL, 0, NULL, NULL}
 	};




More information about the Bf-blender-cvs mailing list