From c6e3369edfb058e3bb65500e17696de070f00bfa Mon Sep 17 00:00:00 2001 From: Ken Dale Date: Mon, 14 Dec 2015 23:58:28 -0500 Subject: [PATCH] Correct all Specifiy text to Specify globally --- src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs | 2 +- src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx | 2 +- .../NuGet.CommandLine.Test/NuGetPackCommandTest.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs b/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs index 4b193577595..bae192a97f2 100644 --- a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs +++ b/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs @@ -17705,7 +17705,7 @@ public static string Warning_UnspecifiedDependencyVersion_trk { } /// - /// Looks up a localized string similar to Specifiy the version of dependency and rebuild your package.. + /// Looks up a localized string similar to Specify the version of dependency and rebuild your package.. /// public static string Warning_UnspecifiedDependencyVersionSolution { get { diff --git a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx b/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx index 726c0995c1f..48a6d3462cb 100644 --- a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx +++ b/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx @@ -5703,7 +5703,7 @@ Oluşturma sırasında NuGet'in paketleri indirmesini önlemek için, Visual Stu The version of dependency '{0}' is not specified. - Specifiy the version of dependency and rebuild your package. + Specify the version of dependency and rebuild your package. Specify version of dependencies. diff --git a/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs b/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs index 8005efa938b..7c575d2615b 100644 --- a/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs +++ b/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs @@ -1509,7 +1509,7 @@ public class Class1 // Assert Assert.Contains("Issue: Specify version of dependencies.", r.Item2); Assert.Contains("Description: The version of dependency 'json' is not specified.", r.Item2); - Assert.Contains("Solution: Specifiy the version of dependency and rebuild your package.", r.Item2); + Assert.Contains("Solution: Specify the version of dependency and rebuild your package.", r.Item2); } }