From bee34cc0ffca46d1d9432a38823502f2c1ac5a07 Mon Sep 17 00:00:00 2001 From: jonsequitur Date: Thu, 9 Feb 2017 18:28:34 -0800 Subject: [PATCH] remove redundant word 'create' --- src/Microsoft.DotNet.Configurer/LocalizableStrings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Configurer/LocalizableStrings.cs b/src/Microsoft.DotNet.Configurer/LocalizableStrings.cs index 0bb19cc55..5e5ec9d3b 100644 --- a/src/Microsoft.DotNet.Configurer/LocalizableStrings.cs +++ b/src/Microsoft.DotNet.Configurer/LocalizableStrings.cs @@ -19,6 +19,6 @@ Configuring... ------------------- A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once."; - public const string FailedToPrimeCacheError = "Failed to create prime the NuGet cache. {0} failed with: {1}"; + public const string FailedToPrimeCacheError = "Failed to prime the NuGet cache. {0} failed with: {1}"; } } \ No newline at end of file