mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Removed duplication of 'later in' on "No main scene has ever been defined" alert (#12237)
This commit is contained in:
parent
e3a1bf247d
commit
61b3c1a29f
1 changed files with 1 additions and 1 deletions
|
|
@ -1789,7 +1789,7 @@ void EditorNode::_run(bool p_current, const String &p_custom) {
|
|||
|
||||
current_option = -1;
|
||||
//accept->get_cancel()->hide();
|
||||
pick_main_scene->set_text(TTR("No main scene has ever been defined, select one?\nYou can change it later in later in \"Project Settings\" under the 'application' category."));
|
||||
pick_main_scene->set_text(TTR("No main scene has ever been defined, select one?\nYou can change it later in \"Project Settings\" under the 'application' category."));
|
||||
pick_main_scene->popup_centered_minsize();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue