diff options
| author | Nathan Warden | 2017-09-09 22:00:57 -0500 |
|---|---|---|
| committer | Nathan Warden | 2017-09-09 22:00:57 -0500 |
| commit | db3776e1fdb6ee3789eb556db5d60d496ab30d96 (patch) | |
| tree | 78e8e8f6f00ce3df46ea8cdf0d03a2e2c907f6b0 | |
| parent | d1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff) | |
| download | godot-db3776e1fdb6ee3789eb556db5d60d496ab30d96.tar.gz godot-db3776e1fdb6ee3789eb556db5d60d496ab30d96.tar.zst godot-db3776e1fdb6ee3789eb556db5d60d496ab30d96.zip | |
| -rw-r--r-- | editor/dependency_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index 890c3d809..54bf31cd6 100644 --- a/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp @@ -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); |
