[Bf-blender-cvs] [c376ff2] master: Fix T48725: UI message typo.

Bastien Montagne noreply at git.blender.org
Fri Jun 24 11:00:41 CEST 2016


Commit: c376ff26beefb0590988fd15fc78eec1c82d155a
Author: Bastien Montagne
Date:   Fri Jun 24 11:00:19 2016 +0200
Branches: master
https://developer.blender.org/rBc376ff26beefb0590988fd15fc78eec1c82d155a

Fix T48725: UI message typo.

===================================================================

M	source/blender/editors/object/object_relations.c

===================================================================

diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 2f10f83..94d1a25 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -437,7 +437,7 @@ typedef enum eObClearParentTypes {
 
 EnumPropertyItem prop_clear_parent_types[] = {
 	{CLEAR_PARENT_ALL, "CLEAR", 0, "Clear Parent",
-	 "Completely clear the parenting relationship, including involved modifiers is any"},
+	 "Completely clear the parenting relationship, including involved modifiers if any"},
 	{CLEAR_PARENT_KEEP_TRANSFORM, "CLEAR_KEEP_TRANSFORM", 0, "Clear and Keep Transformation",
 	 "As 'Clear Parent', but keep the current visual transformations of the object"},
 	{CLEAR_PARENT_INVERSE, "CLEAR_INVERSE", 0, "Clear Parent Inverse",




More information about the Bf-blender-cvs mailing list