mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 12:32:12 +02:00
fix redundant app display name in alert
This commit is contained in:
parent
56f6ef434d
commit
3e013833c8
1 changed files with 1 additions and 1 deletions
|
@ -1025,7 +1025,7 @@ FunctionEnd
|
|||
${If} $R0 == 0
|
||||
; the process is running, ask the user if they want us to close it
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION \
|
||||
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close ${displayName} and try again."
|
||||
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it and try again."
|
||||
Abort
|
||||
${EndIf}
|
||||
!macroend
|
||||
|
|
Loading…
Reference in a new issue