Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-06-03 17:38:27 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-06-03 17:38:27 +0400
commitd1094b03ce216bee31876d323d215eb0f3f8d839 (patch)
treef39c7e2b8cb02143b740ff26687bd007bc633a95 /source/blender
parente063ea222ca27894ce7c3dd2de80b2f9bd02a60e (diff)
Minor UI message fix
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 17efc25c132..25f2bd7132c 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2598,8 +2598,8 @@ static void rna_def_scene_game_data(BlenderRNA *brna)
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 */