From 825141621f63470259a729345201ce7b7b7f39fe Mon Sep 17 00:00:00 2001 From: richardg867 Date: Sun, 22 May 2022 22:39:27 -0300 Subject: [PATCH] Improve App Translocation error message (moving also works) --- src/86box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/86box.c b/src/86box.c index 7dce1d111..34cd3891c 100644 --- a/src/86box.c +++ b/src/86box.c @@ -428,7 +428,7 @@ pc_init(int argc, char *argv[]) *p = '\0'; } if (!strncmp(exe_path, "/private/var/folders/", 21)) { - ui_msgbox_header(MBX_FATAL, L"App Translocation", EMU_NAME_W L" cannot determine the emulated machine's location due to a macOS security feature. Please make a copy of the " EMU_NAME_W L" app and open that copy instead."); + ui_msgbox_header(MBX_FATAL, L"App Translocation", EMU_NAME_W L" cannot determine the emulated machine's location due to a macOS security feature. Please move the " EMU_NAME_W L" app to another folder (not /Applications), or make a copy of it and open that copy instead."); return(0); } #elif !defined(_WIN32)