Skip to content

Commit a880b2d

Browse files
committed
Improve transition enabled header in interactive music editor
1 parent 281fe39 commit a880b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/interactive_music/editor/audio_stream_interactive_editor_plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ AudioStreamInteractiveTransitionEditor::AudioStreamInteractiveTransitionEditor()
340340
split->add_child(edit_vb);
341341

342342
transition_enabled = memnew(CheckBox);
343-
transition_enabled->set_text(TTR("Use Transition"));
344-
edit_vb->add_margin_child(TTR("Transition Enabled:"), transition_enabled);
343+
transition_enabled->set_text(TTR("Enabled"));
344+
edit_vb->add_margin_child(TTR("Use Transition:"), transition_enabled);
345345
transition_enabled->connect("pressed", callable_mp(this, &AudioStreamInteractiveTransitionEditor::_edited));
346346

347347
transition_from = memnew(OptionButton);

0 commit comments

Comments
 (0)