Merge pull request #23 from thetron/master

Fixed typo in undefined main_scene alert
This commit is contained in:
reduz 2014-02-14 03:26:59 -02:00
commit 6a5980e16a

View file

@ -1476,7 +1476,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;
}