diff options
author | Phil Hudson <1914950+phil-hudson@users.noreply.github.com> | 2023-06-24 16:38:08 +0800 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-07-17 11:45:03 +0200 |
commit | 076ef3bf6a4c7d377d11dc47f34b411d7342b0ee (patch) | |
tree | 7790fc7662414dc2d50b4556342842daefa1739a /platform/macos/export | |
parent | f880892c3db07e7702241ca2ddd0c8db2d644473 (diff) | |
download | redot-engine-076ef3bf6a4c7d377d11dc47f34b411d7342b0ee.tar.gz |
iOS: Add `export_project_only` flag
Diffstat (limited to 'platform/macos/export')
-rw-r--r-- | platform/macos/export/export_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/export/export_plugin.cpp b/platform/macos/export/export_plugin.cpp index 39e89c9db7..81f9707f6b 100644 --- a/platform/macos/export/export_plugin.cpp +++ b/platform/macos/export/export_plugin.cpp @@ -1361,7 +1361,7 @@ Error EditorExportPlatformMacOS::export_project(const Ref<EditorExportPreset> &p String src_pkg_name; - EditorProgress ep("export", "Exporting for macOS", 3, true); + EditorProgress ep("export", TTR("Exporting for macOS"), 3, true); if (p_debug) { src_pkg_name = p_preset->get("custom_template/debug"); |