From 4e969a37012394181f7a4596588f348d4e87f09e Mon Sep 17 00:00:00 2001 From: yuyoyuppe Date: Wed, 26 Aug 2020 12:42:25 +0300 Subject: [PATCH] bootstrapper: do not specify patch version of .net core in the notification msgs --- installer/PowerToysBootstrapper/bootstrapper/bootstrapper.rc | 2 +- src/action_runner/action_runner.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.rc b/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.rc index 37e90abfe8..9faf28efd6 100644 --- a/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.rc +++ b/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.rc @@ -8,7 +8,7 @@ IDR_BIN_ICON BIN "../../../src/runner/svgs/icon.ico" STRINGTABLE BEGIN - IDS_DOTNET_CORE_DOWNLOAD_FAILURE "Couldn't download .NET Core Desktop Runtime 3.1.3, please install it manually." + IDS_DOTNET_CORE_DOWNLOAD_FAILURE "Couldn't download .NET Core Desktop Runtime 3.1, please install it manually." IDS_DOTNET_CORE_DOWNLOAD_FAILURE_TITLE "PowerToys installation error" END diff --git a/src/action_runner/action_runner.rc b/src/action_runner/action_runner.rc index 438b8e998a..6461a360ea 100644 --- a/src/action_runner/action_runner.rc +++ b/src/action_runner/action_runner.rc @@ -4,7 +4,7 @@ STRINGTABLE BEGIN - IDS_DOTNET_CORE_DOWNLOAD_FAILURE "Couldn't download .NET Core Desktop Runtime 3.1.3, please install it manually." + IDS_DOTNET_CORE_DOWNLOAD_FAILURE "Couldn't download .NET Core Desktop Runtime 3.1, please install it manually." IDS_DOTNET_CORE_DOWNLOAD_FAILURE_TITLE "PowerToys installation error" END