1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Changed the export/dependencies dialog button names from "Cancel" to "Close"

This commit is contained in:
Nathan Warden
2017-10-11 12:15:44 -05:00
parent 409e58e67a
commit cedd95ba85
2 changed files with 2 additions and 1 deletions

View File

@@ -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);