aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Models/Validation/Validator.resx
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Resources/Models/Validation/Validator.resx')
-rw-r--r--Timeline/Resources/Models/Validation/Validator.resx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Timeline/Resources/Models/Validation/Validator.resx b/Timeline/Resources/Models/Validation/Validator.resx
index 0e8f53a6..8317e3eb 100644
--- a/Timeline/Resources/Models/Validation/Validator.resx
+++ b/Timeline/Resources/Models/Validation/Validator.resx
@@ -117,19 +117,19 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
- <data name="InvariantValidatorMessageBadType" xml:space="preserve">
+ <data name="ValidateWithAttributeExceptionCreateFail" xml:space="preserve">
+ <value>Failed to create a validator instance from default constructor. See inner exception.</value>
+ </data>
+ <data name="ValidateWithAttributeExceptionNotValidator" xml:space="preserve">
+ <value>Given type is not assignable to IValidator.</value>
+ </data>
+ <data name="ValidatorMessageBadType" xml:space="preserve">
<value>Value is not of type {0}.</value>
</data>
- <data name="InvariantValidatorMessageNull" xml:space="preserve">
+ <data name="ValidatorMessageNull" xml:space="preserve">
<value>Value can't be null.</value>
</data>
- <data name="InvariantValidatorMessageSuccess" xml:space="preserve">
+ <data name="ValidatorMessageSuccess" xml:space="preserve">
<value>Validation succeeded.</value>
</data>
- <data name="ValidateWithAttributeCreateFail" xml:space="preserve">
- <value>Failed to create a validator instance from default constructor. See inner exception.</value>
- </data>
- <data name="ValidateWithAttributeNotValidator" xml:space="preserve">
- <value>Given type is not assignable to IValidator.</value>
- </data>
</root> \ No newline at end of file