diff options
| author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-07-17 13:48:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 13:48:32 +0200 |
| commit | cb7730c5b263967660077eb3bccda9ad52741bba (patch) | |
| tree | 7790fc7662414dc2d50b4556342842daefa1739a /platform/uwp/export/export_plugin.cpp | |
| parent | f880892c3db07e7702241ca2ddd0c8db2d644473 (diff) | |
| parent | 076ef3bf6a4c7d377d11dc47f34b411d7342b0ee (diff) | |
| download | redot-engine-cb7730c5b263967660077eb3bccda9ad52741bba.tar.gz | |
Merge pull request #78641 from phil-hudson/feat/ios_skip_ipa_export
iOS: Add `export_project_only` flag
Diffstat (limited to 'platform/uwp/export/export_plugin.cpp')
| -rw-r--r-- | platform/uwp/export/export_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/export/export_plugin.cpp b/platform/uwp/export/export_plugin.cpp index 1b27880efb..016a87e31d 100644 --- a/platform/uwp/export/export_plugin.cpp +++ b/platform/uwp/export/export_plugin.cpp @@ -266,7 +266,7 @@ Error EditorExportPlatformUWP::export_project(const Ref<EditorExportPreset> &p_p String src_appx; - EditorProgress ep("export", "Exporting for UWP", 7, true); + EditorProgress ep("export", TTR("Exporting for UWP"), 7, true); if (p_debug) { src_appx = p_preset->get("custom_template/debug"); |
