Revision: 50251
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50251
Author:   mont29
Date:     2012-08-27 20:58:43 +0000 (Mon, 27 Aug 2012)
Log Message:
-----------
Picky spell-checking...

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_nodetree.c
    trunk/blender/source/blender/makesrna/intern/rna_pose.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_nodetree.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_nodetree.c 2012-08-27 
15:23:14 UTC (rev 50250)
+++ trunk/blender/source/blender/makesrna/intern/rna_nodetree.c 2012-08-27 
20:58:43 UTC (rev 50251)
@@ -2161,7 +2161,7 @@
        prop = RNA_def_property(srna, "threshold_neighbour", PROP_FLOAT, 
PROP_NONE);
        RNA_def_property_float_sdna(prop, NULL, "custom4");
        RNA_def_property_range(prop, 0.0, 1.0f);
-       RNA_def_property_ui_text(prop, "Neighbour", "Threshold for the number 
of neighbour pixels that must match");
+       RNA_def_property_ui_text(prop, "Neighbor", "Threshold for the number of 
neighbor pixels that must match");
        RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update");
 }
 

Modified: trunk/blender/source/blender/makesrna/intern/rna_pose.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_pose.c     2012-08-27 
15:23:14 UTC (rev 50250)
+++ trunk/blender/source/blender/makesrna/intern/rna_pose.c     2012-08-27 
20:58:43 UTC (rev 50251)
@@ -1109,7 +1109,7 @@
                {0, "ANIMATION", 0, "Animation",
                    "Stateless solver computing pose starting from current 
action and non-IK constraints"},
                {ITASC_SIMULATION, "SIMULATION", 0, "Simulation",
-                                  "Statefull solver running in real-time 
context and ignoring actions "
+                                  "State-full solver running in real-time 
context and ignoring actions "
                                   "and non-IK constraints"},
                {0, NULL, 0, NULL, NULL}
        };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to