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
commit a1ff40100e

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).");