summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export/export_plugin.cpp
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2023-07-17 13:48:32 +0200
committerGitHub <noreply@github.com>2023-07-17 13:48:32 +0200
commitcb7730c5b263967660077eb3bccda9ad52741bba (patch)
tree7790fc7662414dc2d50b4556342842daefa1739a /platform/uwp/export/export_plugin.cpp
parentf880892c3db07e7702241ca2ddd0c8db2d644473 (diff)
parent076ef3bf6a4c7d377d11dc47f34b411d7342b0ee (diff)
downloadredot-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.cpp2
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");