[Bf-blender-cvs] [1631611] master: Fix weird wording in driver operator tooltip

Julian Eisel noreply at git.blender.org
Sat Apr 23 15:15:55 CEST 2016


Commit: 16316115da6dd834b3ea8571dbd384bf9fb9ebe1
Author: Julian Eisel
Date:   Sat Apr 23 14:49:30 2016 +0200
Branches: master
https://developer.blender.org/rB16316115da6dd834b3ea8571dbd384bf9fb9ebe1

Fix weird wording in driver operator tooltip

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

M	source/blender/editors/animation/drivers.c

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

diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index f92967e..afc4e5c 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -886,7 +886,7 @@ void ANIM_OT_driver_button_add(wmOperatorType *ot)
 	/* identifiers */
 	ot->name = "Add Driver";
 	ot->idname = "ANIM_OT_driver_button_add";
-	ot->description = "Add driver(s) for the property(s) connected represented by the highlighted button";
+	ot->description = "Add driver(s) for the property(s) represented by the highlighted button";
 	
 	/* callbacks */
 	/* NOTE: No exec, as we need all these to use the current context info




More information about the Bf-blender-cvs mailing list