diff options
| author | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-04-21 15:02:36 -0300 |
|---|---|---|
| committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-07-23 20:17:43 -0300 |
| commit | 5643d2e3feb61f07c4859866889f1d4a2edd00c8 (patch) | |
| tree | 1b0e1e4202aa30c48db3d9143e2630a7f612c7c5 /editor/animation_track_editor.cpp | |
| parent | 8beb5f277de99611c6efee8d01b5760b8785cd70 (diff) | |
| download | redot-engine-5643d2e3feb61f07c4859866889f1d4a2edd00c8.tar.gz | |
Small naming and tooltip tweaks
Diffstat (limited to 'editor/animation_track_editor.cpp')
| -rw-r--r-- | editor/animation_track_editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index f3561dc03e..d569a2ca0a 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -3363,9 +3363,9 @@ void AnimationTrackEditor::_query_insert(const InsertData &p_id) { } if (num_tracks == 1) { - insert_confirm_text->set_text(vformat(TTR("Create NEW track for %s and insert key?"), p_id.query)); + insert_confirm_text->set_text(vformat(TTR("Create new track for %s and insert key?"), p_id.query)); } else { - insert_confirm_text->set_text(vformat(TTR("Create %d NEW tracks and insert keys?"), num_tracks)); + insert_confirm_text->set_text(vformat(TTR("Create %d new tracks and insert keys?"), num_tracks)); } insert_confirm_bezier->set_visible(all_bezier); |
