mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 04:55:42 +00:00
Fix typo in ExceptionMessages
This commit is contained in:
parent
5251408b15
commit
d80367c00c
4
X10D/src/ExceptionMessages.Designer.cs
generated
4
X10D/src/ExceptionMessages.Designer.cs
generated
@ -1,4 +1,4 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Runtime Version:4.0.30319.42000
|
||||||
@ -79,7 +79,7 @@ namespace X10D {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to HashAlgorithm's Create method returned null referenece..
|
/// Looks up a localized string similar to HashAlgorithm's Create method returned null reference..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string HashAlgorithmCreateReturnedNull {
|
internal static string HashAlgorithmCreateReturnedNull {
|
||||||
get {
|
get {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<root>
|
<root>
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<value>HashAlgorithm does not offer Create method.</value>
|
<value>HashAlgorithm does not offer Create method.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="HashAlgorithmCreateReturnedNull" xml:space="preserve">
|
<data name="HashAlgorithmCreateReturnedNull" xml:space="preserve">
|
||||||
<value>HashAlgorithm's Create method returned null referenece.</value>
|
<value>HashAlgorithm's Create method returned null reference.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LengthGreaterThanOrEqualTo0" xml:space="preserve">
|
<data name="LengthGreaterThanOrEqualTo0" xml:space="preserve">
|
||||||
<value>Length must be greater than or equal to 0.</value>
|
<value>Length must be greater than or equal to 0.</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user