Skip to content

Commit 6ef9ab5

Browse files
committed
Fix typo in Strings
1 parent 790a0a1 commit 6ef9ab5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Orm/Xtensive.Orm/Strings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Orm/Xtensive.Orm/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@
11851185
<value>Invalid field value, constraint {0} is violated.</value>
11861186
</data>
11871187
<data name="ValueCanNotBeLessThenX" xml:space="preserve">
1188-
<value>Value can not be less then {0}.</value>
1188+
<value>Value can not be less than {0}.</value>
11891189
</data>
11901190
<data name="ExErrorsDuringStorageBuild" xml:space="preserve">
11911191
<value>Some errors have been occurred during storage build. See error log for details.</value>

0 commit comments

Comments
 (0)