mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Forgot some {}'s
This commit is contained in:
parent
e9f666d970
commit
4d0df705a9
1 changed files with 2 additions and 2 deletions
|
@ -964,13 +964,13 @@ SectionEnd
|
|||
|
||||
; the process is running, ask the user to close it
|
||||
|
||||
${If} $displayName == "Sandbox"
|
||||
${If} ${displayName} == "Sandbox"
|
||||
MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \
|
||||
"${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
|
||||
${EndIf}
|
||||
|
||||
${If} $displayName == "Interface"
|
||||
${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." \
|
||||
/SD IDCANCEL IDRETRY Prompt_${UniqueID} IDCANCEL 0
|
||||
|
|
Loading…
Reference in a new issue