diff options
| author | tommy3 | 2014-12-28 14:34:37 +0100 |
|---|---|---|
| committer | tommy3 | 2014-12-28 14:34:37 +0100 |
| commit | 079f1b1642aa35fe20a927c777aa42f629e1fbaf (patch) | |
| tree | 81ad74e65ef8271c7933e4c15dc97d255616e2a8 /tools/editor/animation_editor.cpp | |
| parent | 530d717a67cc3acab10270dca700db328aa12891 (diff) | |
| download | godot-079f1b1642aa35fe20a927c777aa42f629e1fbaf.tar.gz godot-079f1b1642aa35fe20a927c777aa42f629e1fbaf.tar.zst godot-079f1b1642aa35fe20a927c777aa42f629e1fbaf.zip | |
fixed a typo
Diffstat (limited to '')
| -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 95f9ee650..2eef82143 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); |
