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>
|
/// <summary>
|
||||||
/// The value must be greater than or equal to zero..
|
/// The value must be greater than or equal to zero.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string HtmlHelper_TextAreaParameterOutOfRange
|
internal static string HtmlHelper_TextAreaParameterOutOfRange
|
||||||
{
|
{
|
||||||
|
|
@ -899,13 +899,14 @@ namespace Microsoft.AspNet.Mvc.Core
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The value must be greater than or equal to zero..
|
/// The value must be greater than or equal to zero.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FormatHtmlHelper_TextAreaParameterOutOfRange()
|
internal static string FormatHtmlHelper_TextAreaParameterOutOfRange()
|
||||||
{
|
{
|
||||||
return GetString("HtmlHelper_TextAreaParameterOutOfRange");
|
return GetString("HtmlHelper_TextAreaParameterOutOfRange");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
/// The type provided to '{0}' must implement '{1}'.
|
/// The type provided to '{0}' must implement '{1}'.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FilterFactoryAttribute_TypeMustImplementIFilter
|
internal static string FilterFactoryAttribute_TypeMustImplementIFilter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue