From 16316115da6dd834b3ea8571dbd384bf9fb9ebe1 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Sat, 23 Apr 2016 14:49:30 +0200 Subject: Fix weird wording in driver operator tooltip --- source/blender/editors/animation/drivers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation/drivers.c') 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 -- cgit v1.2.3