summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-02-09 21:32:20 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-02-09 21:32:20 -0300
commita1ff40100e46ed40fcbe2ff33fe596af7ce12fec (patch)
tree4598f9ec90b6a90e1fc3c4eed2f28307808a2993 /tools
parentb3ab07ecd8c973fc0adf9b8319412ef43bae25cd (diff)
parent2fd9292b12b6a5d8455ab3d7305ee55ebae64c9b (diff)
Merge pull request #1243 from NateWardawg/ChangeRunSceneToRunProject
Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)."
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index a48545d152..c063a69112 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -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).");