Merge pull request #5653 from jonsequitur/string-fix-for-cache-priming

remove redundant word 'create'
This commit is contained in:
Piotr Puszkiewicz 2017-02-09 22:24:30 -08:00 committed by GitHub
commit 68ad8bdec6

View file

@ -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}";
}
}