[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47373] trunk/blender/source/blender/ makesrna/intern/rna_scene.c: Minor UI message fix

Bastien Montagne montagne29 at wanadoo.fr
Sun Jun 3 15:38:37 CEST 2012


Revision: 47373
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47373
Author:   mont29
Date:     2012-06-03 13:38:27 +0000 (Sun, 03 Jun 2012)
Log Message:
-----------
Minor UI message fix

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_scene.c	2012-06-03 12:06:42 UTC (rev 47372)
+++ trunk/blender/source/blender/makesrna/intern/rna_scene.c	2012-06-03 13:38:27 UTC (rev 47373)
@@ -2598,8 +2598,8 @@
 	RNA_def_property_ui_range(prop, 0.0, 60.0, 1, 1);
 	RNA_def_property_range(prop, 0.0, 60.0);
 	RNA_def_property_ui_text(prop, "Deactivation Time",
-	                         "Amount of time (in seconds) after objects with a velocity less than than a certain "
-	                         "threshold will deactivate. Time 0.0 means deactivation inactive");
+	                         "Amount of time (in seconds) after which objects with a velocity less than the given "
+	                         "threshold will deactivate (0.0 means no deactivation)");
 	RNA_def_property_update(prop, NC_SCENE, NULL);
 
 	/* mode */




More information about the Bf-blender-cvs mailing list