Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)."

This commit is contained in:
Nathan Warden 2015-01-16 23:17:12 -05:00
parent 04af74596d
commit 2fd9292b12

View file

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