summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-09-12 05:27:25 +0700
committerGitHub <noreply@github.com>2017-09-12 05:27:25 +0700
commitd0a6ac0c1dc59283c2cd0fd95a2c5aa3678af1e9 (patch)
tree849ab0309f8b076d7ce062ce4c0f84043fab06d2
parenta447fdb199f3db4285641d645556ea9655d1fad2 (diff)
parentdb3776e1fdb6ee3789eb556db5d60d496ab30d96 (diff)
Merge pull request #11138 from NathanWarden/change_cancel_to_done
Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.
-rw-r--r--editor/dependency_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp
index 890c3d8091..54bf31cd62 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);