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:
authorJoshua Leung <aligorith@gmail.com>2018-10-20 05:28:43 +0300
committerJoshua Leung <aligorith@gmail.com>2018-10-20 05:30:21 +0300
commitb634bf9fb64930e0073c17bc115b6c3436b9a8e2 (patch)
tree06bbe7e2bd4e51b99af73ee47471099782320147 /source/blender/editors/space_graph/graph_buttons.c
parent37ffd95594fe801cd51f60816e575fb3786cd095 (diff)
Fix typo
Diffstat (limited to 'source/blender/editors/space_graph/graph_buttons.c')
-rw-r--r--source/blender/editors/space_graph/graph_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c
index 25d1465c579..2b114cd326b 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -891,7 +891,7 @@ static void graph_draw_driver_settings_panel(uiLayout *layout, ID *id, FCurve *f
but = uiDefIconTextBut(block, UI_BTYPE_BUT, B_IPO_DEPCHANGE, ICON_ADD, IFACE_("Add Input Variable"),
0, 0, 10 * UI_UNIT_X, UI_UNIT_Y,
NULL, 0.0, 0.0, 0, 0,
- TIP_("Driver variables ensure that all dependencies will be accounted for, eusuring that drivers will update correctly"));
+ TIP_("Driver variables ensure that all dependencies will be accounted for, ensuring that drivers will update correctly"));
UI_but_func_set(but, driver_add_var_cb, driver, NULL);
/* copy/paste (as sub-row) */