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:
authorJulian Eisel <eiseljulian@gmail.com>2016-04-23 15:49:30 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-04-23 16:12:20 +0300
commit16316115da6dd834b3ea8571dbd384bf9fb9ebe1 (patch)
tree9df343e15e015b91d2ae9eaebe3c35f88c29558c
parent57d98a8048377a2bbf590769ea57872f811ce40b (diff)
Fix weird wording in driver operator tooltip
-rw-r--r--source/blender/editors/animation/drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index f92967ef5ff..afc4e5c9e61 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