Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change TarSizeFieldTooLargeForEntryType on .resx
  • Loading branch information
jozkee committed Oct 7, 2022
commit 354e2993081e5a132b45f9213eac3371b2da9d73
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<value>The size field is negative in a tar entry.</value>
</data>
<data name="TarSizeFieldTooLargeForEntryType" xml:space="preserve">
<value>The value of the size field for the current entry of type '{0}' is beyond the expected length.</value>
<value>The value of the size field for the current entry of type '{0}' is greater than the expected length.</value>
</data>
<data name="TarSymbolicLinkTargetNotExists" xml:space="preserve">
<value>Cannot create the symbolic link '{0}' because the specified target '{1}' does not exist.</value>
Expand Down