Fixed typo in undefined main_scene alert

This commit is contained in:
Nicholas Bruning 2014-02-11 14:40:30 +11:00
parent abb985e755
commit 91c0aa8340

View file

@ -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;
}