mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.
This commit is contained in:
parent
d1cb73b47a
commit
db3776e1fd
@ -489,6 +489,7 @@ DependencyErrorDialog::DependencyErrorDialog() {
|
||||
vb->add_margin_child(TTR("Scene failed to load due to missing dependencies:"), files, true);
|
||||
files->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
get_ok()->set_text(TTR("Open Anyway"));
|
||||
get_cancel()->set_text(TTR("Done"));
|
||||
|
||||
text = memnew(Label);
|
||||
vb->add_child(text);
|
||||
|
Loading…
Reference in New Issue
Block a user