Skip to content

Commit

Permalink
(chocolatey#3286) Adjust wording of upgrade failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Aug 2, 2023
1 parent 8219e2f commit b2812ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chocolatey.install/chocolatey.en-us.wxl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<String Id="NewerVersionInstalled" Overridable="yes">A newer version of Chocolatey is already installed.</String>
<String Id="ProfileAdditionDescription" Overridable="yes">Add the Chocolatey Helpers to your PowerShell Profile to enable tab-completions.
Defaults to adding to the AllUsersAllHosts profile.</String>
<String Id="RequiresDotNet48" Overridable="yes">This application requires .NET Framework 4.8. Please install the .NET Framework then run this installer again.</String>
<String Id="UpgradeNotAllowed" Overridable="yes">UPGRADE FAILURE: Chocolatey CLI cannot be upgraded via the MSI. Please run 'choco upgrade chocolatey' from an elevated terminal window.</String>
<String Id="ToolsFolderDescription" Overridable="yes">Sets the location for the Tools Folder</String>
<String Id="RequiresDotNet48" Overridable="yes">Chocolatey CLI requires .NET Framework 4.8. Please install the .NET Framework then run this installer again.</String>
<String Id="UpgradeNotAllowed" Overridable="yes">The Chocolatey CLI MSI is intended for installation only. Please run 'choco upgrade chocolatey' from an elevated terminal window to upgrade.</String>
<String Id="ToolsFolderDescription" Overridable="yes">Sets the location for the Tools Folder.</String>
</WixLocalization>

0 comments on commit b2812ab

Please sign in to comment.