mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Tweak a few miscellaneous localization strings
This commit is contained in:
parent
ef1153baf3
commit
5d794f83ed
4 changed files with 4 additions and 6 deletions
|
|
@ -135,10 +135,7 @@ Error EditorRunNative::start_run_native(int p_id) {
|
|||
bool is_arch_enabled = preset->get(preset_arch);
|
||||
|
||||
if (!is_arch_enabled) {
|
||||
String warning_message = vformat(TTR("Warning: The CPU architecture \"%s\" is not active in your export preset.\n\n"), Variant(architecture));
|
||||
warning_message += TTR("Run \"Remote Deploy\" anyway?");
|
||||
|
||||
run_native_confirm->set_text(warning_message);
|
||||
run_native_confirm->set_text(vformat(TTR("Warning: The CPU architecture \"%s\" is not active in your export preset.\n\nRun \"Remote Deploy\" anyway?"), architecture));
|
||||
run_native_confirm->popup_centered();
|
||||
return OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue