Fix weird wording in driver operator tooltip

This commit is contained in:
Julian Eisel 2016-04-23 14:49:30 +02:00
parent 57d98a8048
commit 16316115da
1 changed files with 1 additions and 1 deletions

View File

@ -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