diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-01-02 11:56:11 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-01-02 11:56:11 -0300 |
commit | cda249c6add9bc662eaee69a4850a623576f1ca7 (patch) | |
tree | 1eaba5a7dfcd4c53db5c801de02e4930b5afebf0 /tools/editor | |
parent | ffe970daf640be08dd8ed40f29619f7b0018bcb1 (diff) | |
parent | 079f1b1642aa35fe20a927c777aa42f629e1fbaf (diff) |
Merge pull request #1069 from tommy3/typo-fix
fixed a typo
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/animation_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/animation_editor.cpp b/tools/editor/animation_editor.cpp index 95f9ee6509..2eef821438 100644 --- a/tools/editor/animation_editor.cpp +++ b/tools/editor/animation_editor.cpp @@ -3238,7 +3238,7 @@ AnimationKeyEditor::AnimationKeyEditor(UndoRedo *p_undo_redo, EditorHistory *p_h move_down_button->connect("pressed",this,"_menu_track",make_binds(TRACK_MENU_MOVE_DOWN)); move_down_button->set_focus_mode(FOCUS_NONE); move_down_button->set_disabled(true); - move_down_button->set_tooltip("Move current track dosn."); + move_down_button->set_tooltip("Move current track down."); remove_button = memnew( ToolButton ); hb->add_child(remove_button); |