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:
authorThomas Dinges <blender@dingto.org>2011-09-11 14:00:43 +0400
committerThomas Dinges <blender@dingto.org>2011-09-11 14:00:43 +0400
commit933a19c9970331eb7615677b30fdd4de016ea5a0 (patch)
treecf3c7362d8a3f98ef6b4b3c5a49eb74ad4aa4c06 /source/blender/makesrna/intern/rna_actuator.c
parentff04beb3e4681e6849030595c80ed692c3bd9be1 (diff)
Game Engine:
Fixed some more abbreviations in the UI.
Diffstat (limited to 'source/blender/makesrna/intern/rna_actuator.c')
-rw-r--r--source/blender/makesrna/intern/rna_actuator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_actuator.c b/source/blender/makesrna/intern/rna_actuator.c
index 3214d31a53c..7356af05dcb 100644
--- a/source/blender/makesrna/intern/rna_actuator.c
+++ b/source/blender/makesrna/intern/rna_actuator.c
@@ -1997,7 +1997,7 @@ static void rna_def_steering_actuator(BlenderRNA *brna)
RNA_def_property_struct_type(prop, "Object");
RNA_def_property_pointer_sdna(prop, NULL, "navmesh");
RNA_def_property_flag(prop, PROP_EDITABLE);
- RNA_def_property_ui_text(prop, "NavMesh Object", "Navigation mesh");
+ RNA_def_property_ui_text(prop, "Navigation Mesh Object", "Navigation mesh");
RNA_def_property_pointer_funcs(prop, NULL, "rna_SteeringActuator_navmesh_set", NULL, NULL);
RNA_def_property_update(prop, NC_LOGIC, NULL);