From d429bd0b01b585b076470e1e090c7e5abb10103a Mon Sep 17 00:00:00 2001 From: Cain Kilgore Date: Wed, 6 Sep 2017 13:42:13 +0100 Subject: [PATCH] Changed the Interface text to say 'Task bar' instead of 'system tray' --- 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 a68659f254..668270b9d3 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -972,7 +972,7 @@ SectionEnd ${If} "${displayName}" == "Interface" 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 task bar and click Retry to continue." \ /SD IDCANCEL IDRETRY Prompt_${UniqueID} IDCANCEL 0 ${EndIf}