From fdbac041f91b34255250e17019dc13e38ba91328 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 16 Jun 2014 16:27:30 -0700 Subject: [PATCH] Updating designer files by re-running build resx --- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Resources.Designer.cs | 18 ++++++------------ .../Properties/Resources.Designer.cs | 4 ++-- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs b/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs index 9574cee239..8f7246a32f 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs @@ -1002,7 +1002,7 @@ namespace Microsoft.AspNet.Mvc.Core return string.Format(CultureInfo.CurrentCulture, GetString("UnobtrusiveJavascript_ValidationTypeMustBeUnique"), p0); } - /// + /// /// Cannot return null from an action method with a return type of '{0}'. /// internal static string ActionResult_ActionReturnValueCannotBeNull diff --git a/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs b/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs index a11ddafcda..72e9396357 100644 --- a/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs +++ b/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs @@ -379,18 +379,15 @@ namespace Microsoft.AspNet.Mvc.ModelBinding } /// - /// {0} has a DisplayColumn attribute for {1}, but property {1} does not exist.. + /// {0} has a DisplayColumn attribute for {1}, but property {1} does not exist. /// internal static string DataAnnotationsModelMetadataProvider_UnknownProperty { - get - { - return GetString("DataAnnotationsModelMetadataProvider_UnknownProperty"); - } + get { return GetString("DataAnnotationsModelMetadataProvider_UnknownProperty"); } } /// - /// {0} has a DisplayColumn attribute for {1}, but property {1} does not exist.. + /// {0} has a DisplayColumn attribute for {1}, but property {1} does not exist. /// internal static string FormatDataAnnotationsModelMetadataProvider_UnknownProperty(object p0, object p1) { @@ -398,18 +395,15 @@ namespace Microsoft.AspNet.Mvc.ModelBinding } /// - /// {0} has a DisplayColumn attribute for {1}, but property {1} does not have a public 'get' method.. + /// {0} has a DisplayColumn attribute for {1}, but property {1} does not have a public 'get' method. /// internal static string DataAnnotationsModelMetadataProvider_UnreadableProperty { - get - { - return GetString("DataAnnotationsModelMetadataProvider_UnreadableProperty"); - } + get { return GetString("DataAnnotationsModelMetadataProvider_UnreadableProperty"); } } /// - /// {0} has a DisplayColumn attribute for {1}, but property {1} does not have a public 'get' method.. + /// {0} has a DisplayColumn attribute for {1}, but property {1} does not have a public 'get' method. /// internal static string FormatDataAnnotationsModelMetadataProvider_UnreadableProperty(object p0, object p1) { diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Properties/Resources.Designer.cs b/src/Microsoft.AspNet.Mvc.Razor.Host/Properties/Resources.Designer.cs index ad6b256874..1dba347970 100644 --- a/src/Microsoft.AspNet.Mvc.Razor.Host/Properties/Resources.Designer.cs +++ b/src/Microsoft.AspNet.Mvc.Razor.Host/Properties/Resources.Designer.cs @@ -27,7 +27,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Host } /// - /// A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <TypeName> <PropertyName>'. + /// A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <Type Name> <Property Name>'. /// internal static string MvcRazorCodeParser_InjectDirectivePropertyNameRequired { @@ -35,7 +35,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Host } /// - /// A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <TypeName> <PropertyName>'. + /// A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <Type Name> <Property Name>'. /// internal static string FormatMvcRazorCodeParser_InjectDirectivePropertyNameRequired(object p0) {