From c8ce7e34e22df1209a66d914383756c7ae2534bc Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Wed, 8 Jun 2022 11:42:51 +0200 Subject: i18n: Misc fixes translation strings Adds some translator comments to solve some questions raised on Weblate. --- editor/plugins/animation_state_machine_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins/animation_state_machine_editor.cpp') 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); -- cgit v1.2.3