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 authored and github-actions committed Oct 7, 2022
commit de0f459ec53147211d18f36020e00b3d77e39313
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