summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorNathan Warden <nathan@nathanwarden.com>2017-09-09 22:00:57 -0500
committerNathan Warden <nathan@nathanwarden.com>2017-09-09 22:00:57 -0500
commitdb3776e1fdb6ee3789eb556db5d60d496ab30d96 (patch)
tree78e8e8f6f00ce3df46ea8cdf0d03a2e2c907f6b0 /editor
parentd1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff)
downloadredot-engine-db3776e1fdb6ee3789eb556db5d60d496ab30d96.tar.gz
Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.
Diffstat (limited to 'editor')
-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);