Usual i18n/UI messages fixes.

This commit is contained in:
Bastien Montagne 2018-01-28 17:27:53 +01:00
parent bff1dae767
commit d099b1073b
1 changed files with 1 additions and 1 deletions

View File

@ -2823,7 +2823,7 @@ void GRAPH_OT_driver_delete_invalid(wmOperatorType *ot)
/* identifiers */
ot->name = "Delete Invalid Drivers";
ot->idname = "GRAPH_OT_driver_delete_invalid";
ot->description = "Deletes all visible drivers considered invalid";
ot->description = "Delete all visible drivers considered invalid";
/* api callbacks */
ot->exec = graph_driver_delete_invalid_exec;