aboutsummaryrefslogtreecommitdiff
path: root/editor/project_export.cpp
diff options
context:
space:
mode:
authorNathan Warden2017-10-11 12:15:44 -0500
committerNathan Warden2017-10-11 13:21:05 -0500
commitcedd95ba8563c616e686d2754fcbba1f81377f46 (patch)
tree05ced45b105bd205cbb444117bd101547dbcdc77 /editor/project_export.cpp
parent409e58e67abde4e7af6e43b32c23338e119377fb (diff)
downloadgodot-cedd95ba8563c616e686d2754fcbba1f81377f46.tar.gz
godot-cedd95ba8563c616e686d2754fcbba1f81377f46.tar.zst
godot-cedd95ba8563c616e686d2754fcbba1f81377f46.zip
Changed the export/dependencies dialog button names from "Cancel" to "Close"
Diffstat (limited to 'editor/project_export.cpp')
-rw-r--r--editor/project_export.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/project_export.cpp b/editor/project_export.cpp
index e5b6f8e40..faf96c60e 100644
--- a/editor/project_export.cpp
+++ b/editor/project_export.cpp
@@ -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");