1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #1243 from NateWardawg/ChangeRunSceneToRunProject

Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)."
This commit is contained in:
Juan Linietsky
2015-02-09 21:32:20 -03:00

View File

@@ -3573,7 +3573,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).");