Fixing a resources file that needs to be regenerated
This commit is contained in:
parent
3765abdfca
commit
93897b6055
|
|
@ -891,7 +891,7 @@ namespace Microsoft.AspNet.Mvc.Core
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// The value must be greater than or equal to zero..
|
||||
/// The value must be greater than or equal to zero.
|
||||
/// </summary>
|
||||
internal static string HtmlHelper_TextAreaParameterOutOfRange
|
||||
{
|
||||
|
|
@ -899,13 +899,14 @@ namespace Microsoft.AspNet.Mvc.Core
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// The value must be greater than or equal to zero..
|
||||
/// The value must be greater than or equal to zero.
|
||||
/// </summary>
|
||||
internal static string FormatHtmlHelper_TextAreaParameterOutOfRange()
|
||||
{
|
||||
return GetString("HtmlHelper_TextAreaParameterOutOfRange");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The type provided to '{0}' must implement '{1}'.
|
||||
/// </summary>
|
||||
internal static string FilterFactoryAttribute_TypeMustImplementIFilter
|
||||
|
|
|
|||
Loading…
Reference in New Issue