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

@@ -915,6 +915,7 @@ ProjectExportDialog::ProjectExportDialog() {
updating = false;
get_cancel()->set_text(TTR("Close"));
get_ok()->set_text(TTR("Export PCK/Zip"));
export_button = add_button(TTR("Export Project"), !OS::get_singleton()->get_swap_ok_cancel(), "export");