[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54125] trunk/blender/source/blender/ makesrna/intern/rna_rigidbody.c: Gah, sorry, this one should have stayed conjugated :/

Bastien Montagne montagne29 at wanadoo.fr
Sun Jan 27 19:17:10 CET 2013


Revision: 54125
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54125
Author:   mont29
Date:     2013-01-27 18:17:10 +0000 (Sun, 27 Jan 2013)
Log Message:
-----------
Gah, sorry, this one should have stayed conjugated :/

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_rigidbody.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_rigidbody.c	2013-01-27 18:14:24 UTC (rev 54124)
+++ trunk/blender/source/blender/makesrna/intern/rna_rigidbody.c	2013-01-27 18:17:10 UTC (rev 54125)
@@ -636,7 +636,7 @@
 	prop = RNA_def_property(srna, "enabled", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_negative_sdna(prop, NULL, "flag", RBO_FLAG_DISABLED);
 	RNA_def_property_boolean_funcs(prop, NULL, "rna_RigidBodyOb_disabled_set");
-	RNA_def_property_ui_text(prop, "Enabled", "Rigid Body actively participate to the simulation");
+	RNA_def_property_ui_text(prop, "Enabled", "Rigid Body actively participates to the simulation");
 	RNA_def_property_update(prop, NC_OBJECT | ND_POINTCACHE, "rna_RigidBodyOb_reset");
 	
 	prop = RNA_def_property(srna, "collision_shape", PROP_ENUM, PROP_NONE);




More information about the Bf-blender-cvs mailing list