From c28d79dee02d3e6f8c8a8819eed66ef686d77745 Mon Sep 17 00:00:00 2001 From: Dominick Sidiropoulos Date: Wed, 13 Feb 2019 18:17:48 +0200 Subject: [PATCH] VMC-569 Build-Systems: Improve tasks - Properties.Resources.DeleteTreeRetrying: Fixed trivial typo --- .../MSBuild.Community.Tasks/Properties/Resources.Designer.cs | 4 ++-- Source/MSBuild.Community.Tasks/Properties/Resources.resx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/MSBuild.Community.Tasks/Properties/Resources.Designer.cs b/Source/MSBuild.Community.Tasks/Properties/Resources.Designer.cs index 8d6a360f..65e120c3 100644 --- a/Source/MSBuild.Community.Tasks/Properties/Resources.Designer.cs +++ b/Source/MSBuild.Community.Tasks/Properties/Resources.Designer.cs @@ -115,7 +115,7 @@ internal static string CreatingDirectory { } /// - /// Looks up a localized string similar to Could not delete "{0}". Exceeded retry count of {1}. Failed. {2}. + /// Looks up a localized string similar to Couldn't delete "{0}". Exceeded retry count of {1}. Failed. {2}. /// internal static string DeleteTreeExceededRetries { get { @@ -151,7 +151,7 @@ internal static string DeleteTreeInvalidRetryDelay { } /// - /// Looks up a localized string similar to Could delete "{0}". Beginning retry {1} in {2}ms. {3}. + /// Looks up a localized string similar to Couldn't delete "{0}". Beginning retry {1} in {2}ms. {3}. /// internal static string DeleteTreeRetrying { get { diff --git a/Source/MSBuild.Community.Tasks/Properties/Resources.resx b/Source/MSBuild.Community.Tasks/Properties/Resources.resx index ce613963..4f3c6a79 100644 --- a/Source/MSBuild.Community.Tasks/Properties/Resources.resx +++ b/Source/MSBuild.Community.Tasks/Properties/Resources.resx @@ -457,7 +457,7 @@ Merging file '{0}' into '{1}' - Could not delete "{0}". Exceeded retry count of {1}. Failed. {2} + Couldn't delete "{0}". Exceeded retry count of {1}. Failed. {2} One or more of the directory-paths specified is null or full of whitespaces. @@ -469,6 +469,6 @@ {0} is an invalid retry delay. Value must not be negative. - Could delete "{0}". Beginning retry {1} in {2}ms. {3} + Couldn't delete "{0}". Beginning retry {1} in {2}ms. {3} \ No newline at end of file