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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-01-28 19:27:53 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-01-28 19:27:53 +0300
commitd099b1073baa77f1c8da656eabe932f6ec5b06d8 (patch)
tree5256ca313c705f94aca9d68192c0dadf46a6119a /source/blender/editors/space_graph
parentbff1dae7675f67717591e5f8d44b142fee331c2d (diff)
Usual i18n/UI messages fixes.
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c
index 90a60a45b27..12d24502ad6 100644
--- a/source/blender/editors/space_graph/graph_edit.c
+++ b/source/blender/editors/space_graph/graph_edit.c
@@ -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;