diff --git a/nsis_plugins/JREDyna_Inetc.nsh b/nsis_plugins/JREDyna_Inetc.nsh index a48ebbb8d..5e8816dee 100644 --- a/nsis_plugins/JREDyna_Inetc.nsh +++ b/nsis_plugins/JREDyna_Inetc.nsh @@ -158,7 +158,7 @@ JREPathStorage: ExitInstallJRE: Pop $1 - MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "Unable to install Java. You can installl it later manually.\n$\n$1" /SD IDIGNORE IDRETRY downloadJRE IDIGNORE End + MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "Unable to install Java. You can installl it later manually.$\n$\n$1" /SD IDIGNORE IDRETRY downloadJRE IDIGNORE End Pop $1 ; Restore $1 Pop $0 ; Restore $0 Abort