summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_state_machine_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-06-08 13:17:58 +0200
committerGitHub <noreply@github.com>2022-06-08 13:17:58 +0200
commitf9a287dd898c8da90bc3f39f7cd568b54754322a (patch)
tree8e0c8216b19326b424ccd26a969b990104cd65ba /editor/plugins/animation_state_machine_editor.cpp
parent43f05bd6a0f98181b1055a1bd81d4bc8c3eae4ff (diff)
parentc8ce7e34e22df1209a66d914383756c7ae2534bc (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.cpp2
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);