Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)."
This commit is contained in:
parent
04af74596d
commit
2fd9292b12
|
@ -3552,7 +3552,7 @@ EditorNode::EditorNode() {
|
|||
play_button->set_icon(gui_base->get_icon("MainPlay","EditorIcons"));
|
||||
play_button->set_focus_mode(Control::FOCUS_NONE);
|
||||
play_button->connect("pressed", this,"_menu_option",make_binds(RUN_PLAY));
|
||||
play_button->set_tooltip("Start the scene (F5).");
|
||||
play_button->set_tooltip("Play the project (F5).");
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue