Changed the Interface text to say 'Task bar' instead of 'system tray'

This commit is contained in:
Cain Kilgore 2017-09-06 13:42:13 +01:00 committed by GitHub
parent 2a6b523542
commit d429bd0b01

View file

@ -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}