Skip to content

Commit

Permalink
Fix Argument_InvalidUnixCreateMode message.
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
  • Loading branch information
tmds and adamsitnik committed Jun 22, 2022
1 parent d1f043d commit 168bdf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@
<value>Preallocation size can be requested only for new files.</value>
</data>
<data name="Argument_InvalidUnixCreateMode" xml:space="preserve">
<value>UnixCreateMode can be requested only for modes that can new files.</value>
<value>UnixCreateMode can be requested only for modes that can create new files.</value>
</data>
<data name="Argument_InvalidArgumentForComparison" xml:space="preserve">
<value>Type of argument is not compatible with the generic comparer.</value>
Expand Down

0 comments on commit 168bdf5

Please sign in to comment.