mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 11:32:13 +00:00
Fixed typo in undefined main_scene alert
This commit is contained in:
parent
abb985e755
commit
91c0aa8340
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user