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:
authorCampbell Barton <ideasman42@gmail.com>2015-10-12 04:19:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-12 04:31:55 +0300
commiteb6e8521c2026c3483b0368022f10fa083bf41e8 (patch)
tree4ec9d62dbcea545c9565b3a5eff701bfac7820dc /source/blender/makesrna/intern/rna_object.c
parentea7ce7fcf417c77434b67dead12002b20b3bf59f (diff)
RNA: correct tips
Diffstat (limited to 'source/blender/makesrna/intern/rna_object.c')
-rw-r--r--source/blender/makesrna/intern/rna_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 99af8c0a9ac..8255c220592 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -1777,7 +1777,7 @@ static void rna_def_object_game_settings(BlenderRNA *brna)
RNA_def_property_ui_range(prop, 1, 10, 1, 1);
RNA_def_property_int_default(prop, 1);
RNA_def_property_ui_text(prop, "Max Jumps",
- "The maximum number of jumps the character can make before it hits the ground.");
+ "The maximum number of jumps the character can make before it hits the ground");
/* Collision Masks */
prop = RNA_def_property(srna, "collision_group", PROP_BOOLEAN, PROP_LAYER_MEMBER);