From 35ae27c1822468d4227141c898535da6342dba07 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 1 Apr 2020 21:45:46 +0200 Subject: [PATCH] Update windows-installer/template.nsi Co-Authored-By: Brad Warren --- windows-installer/template.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-installer/template.nsi b/windows-installer/template.nsi index 29b54672a..04ad20170 100644 --- a/windows-installer/template.nsi +++ b/windows-installer/template.nsi @@ -25,7 +25,7 @@ Function .onInit Pop $0 Pop $1 StrCmp $1 "-1" 0 powershellok - MessageBox MB_OK|MB_ICONSTOP "Certbot requires Powershell 5.0+ to work.$\r$\nPlease check the following link to know how to upgrade your system:$\r$\nhttps://docs.microsoft.com/powershell/scripting/install/installing-powershell" + MessageBox MB_OK|MB_ICONSTOP "Certbot requires Powershell 5.0+ to work.$\r$\nPlease check the following link to learn how to upgrade your system:$\r$\nhttps://docs.microsoft.com/powershell/scripting/install/installing-powershell" Abort powershellok: FunctionEnd