Merge pull request #23 from thetron/master
Fixed typo in undefined main_scene alert
This commit is contained in:
commit
6a5980e16a
1 changed files with 1 additions and 1 deletions
|
@ -1476,7 +1476,7 @@ void EditorNode::_run(bool p_current,const String& p_custom) {
|
||||||
current_option=-1;
|
current_option=-1;
|
||||||
//accept->get_cancel()->hide();
|
//accept->get_cancel()->hide();
|
||||||
accept->get_ok()->set_text("I see..");
|
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));;
|
accept->popup_centered(Size2(300,100));;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue