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:
Diffstat (limited to 'source/blender/makesrna/intern/rna_boid.c')
-rw-r--r--source/blender/makesrna/intern/rna_boid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_boid.c b/source/blender/makesrna/intern/rna_boid.c
index 8a28a03cc71..33d69f6f912 100644
--- a/source/blender/makesrna/intern/rna_boid.c
+++ b/source/blender/makesrna/intern/rna_boid.c
@@ -84,7 +84,7 @@ const EnumPropertyItem rna_enum_boidrule_type_items[] = {
"HIDE",
0,
"Hide",
- "Find a deflector move to it's other side from closest enemy"},
+ "Find a deflector move to its other side from closest enemy"},
{eBoidRuleType_FollowPath,
"FOLLOW_PATH",
0,
@@ -94,7 +94,7 @@ const EnumPropertyItem rna_enum_boidrule_type_items[] = {
"FOLLOW_WALL",
0,
"Follow Wall",
- "Move next to a deflector object's in direction of it's tangent"},
+ "Move next to a deflector object's in direction of its tangent"},
#endif
{0, NULL, 0, NULL, NULL},
};