From 99a99ce71b8b5ed049107d6cf5c1115431e12d55 Mon Sep 17 00:00:00 2001 From: Cain Kilgore Date: Mon, 4 Sep 2017 21:14:26 +0100 Subject: [PATCH] WL 21513 - Update text in the "How to Quit The Sandbox" Prompt --- cmake/templates/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index de79b49a74..8e05372f8f 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -964,7 +964,7 @@ SectionEnd ; the process is running, ask the user to close it MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \ - "${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it and click Retry to continue." \ + "${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it in the system tray and click Retry to continue." \ /SD IDCANCEL IDRETRY Prompt_${UniqueID} IDCANCEL 0 ; If the user decided to cancel, stop the current installer/uninstaller