[host] nsis: change 'Stopping' to imperative 'Stop'

This follows the rest of the output like Install, Delete
This commit is contained in:
Jonathan Rubenstein 2020-12-08 23:56:09 -05:00 committed by Geoffrey McRae
parent d01d9db9bf
commit 393a879c0b

View File

@ -116,7 +116,7 @@ FunctionEnd
Pop $0 ; SC.exe error level
${If} $0 == 0 ; If error level is 0, service exists
DetailPrint "Stopping service: Looking Glass (host)"
DetailPrint "Stop service: Looking Glass (host)"
nsExec::ExecToLog 'net.exe STOP "Looking Glass (host)"'
${EndIf}