diff options
| author | Nathan Warden | 2017-10-11 12:15:44 -0500 |
|---|---|---|
| committer | Nathan Warden | 2017-10-11 13:21:05 -0500 |
| commit | cedd95ba8563c616e686d2754fcbba1f81377f46 (patch) | |
| tree | 05ced45b105bd205cbb444117bd101547dbcdc77 /editor/dependency_editor.cpp | |
| parent | 409e58e67abde4e7af6e43b32c23338e119377fb (diff) | |
| download | godot-cedd95ba8563c616e686d2754fcbba1f81377f46.tar.gz godot-cedd95ba8563c616e686d2754fcbba1f81377f46.tar.zst godot-cedd95ba8563c616e686d2754fcbba1f81377f46.zip | |
Diffstat (limited to 'editor/dependency_editor.cpp')
| -rw-r--r-- | editor/dependency_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index 5305c4f25..9e52fc0bd 100644 --- a/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp @@ -494,7 +494,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")); + get_cancel()->set_text(TTR("Close")); text = memnew(Label); vb->add_child(text); |
