summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNathan Warden <nathanwardenlee@icloud.com>2015-01-16 23:17:12 -0500
committerNathan Warden <nathanwardenlee@icloud.com>2015-01-16 23:17:12 -0500
commit2fd9292b12b6a5d8455ab3d7305ee55ebae64c9b (patch)
tree4b77240f2d18035494df9bcf1ca7e8d6753fd8e7 /tools
parent04af74596d070f062bd917b0364d87c57544f8d5 (diff)
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 f859d19504..692eeb77b8 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -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).");