diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-06-08 13:17:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-08 13:17:58 +0200 |
| commit | f9a287dd898c8da90bc3f39f7cd568b54754322a (patch) | |
| tree | 8e0c8216b19326b424ccd26a969b990104cd65ba /editor/plugins/animation_state_machine_editor.cpp | |
| parent | 43f05bd6a0f98181b1055a1bd81d4bc8c3eae4ff (diff) | |
| parent | c8ce7e34e22df1209a66d914383756c7ae2534bc (diff) | |
Merge pull request #61804 from akien-mga/i18n-fixes
Diffstat (limited to 'editor/plugins/animation_state_machine_editor.cpp')
| -rw-r--r-- | editor/plugins/animation_state_machine_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_state_machine_editor.cpp b/editor/plugins/animation_state_machine_editor.cpp index ece0c6a0ce..2ba2466646 100644 --- a/editor/plugins/animation_state_machine_editor.cpp +++ b/editor/plugins/animation_state_machine_editor.cpp @@ -1943,7 +1943,7 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() { tool_erase_hb->add_child(tool_erase); top_hb->add_child(memnew(VSeparator)); - top_hb->add_child(memnew(Label(TTR("Transition: ")))); + top_hb->add_child(memnew(Label(TTR("Transition:")))); transition_mode = memnew(OptionButton); top_hb->add_child(transition_mode); |