diff options
author | Nicholas Bruning <nicholas@bruning.com.au> | 2014-02-11 14:40:30 +1100 |
---|---|---|
committer | Nicholas Bruning <nicholas@bruning.com.au> | 2014-02-11 14:40:30 +1100 |
commit | 91c0aa8340606fd716a1c7ac9d259be11c52704a (patch) | |
tree | c2cabae1a0b4b5a08eee3056abbba018940a7ebf /tools | |
parent | abb985e755ccf858149294868eff8a9a9feca67e (diff) |
Fixed typo in undefined main_scene alert
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 2d9b0d21ab..d6b8a75842 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -1459,7 +1459,7 @@ void EditorNode::_run(bool p_current,const String& p_custom) { current_option=-1; //accept->get_cancel()->hide(); accept->get_ok()->set_text("I see.."); - accept->set_text("No main scene has ever been defined.\nSelect one from \"Project Settings\" under the 'run' category."); + accept->set_text("No main scene has ever been defined.\nSelect one from \"Project Settings\" under the 'application' category."); accept->popup_centered(Size2(300,100));; return; } |