FFFF Improve error message in FileSystemProvider by iSazonov · Pull Request #9551 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<value>The property {0} does not exist or was not found.</value>
</data>
<data name="PermissionError" xml:space="preserve">
<value>You do not have sufficient access rights to perform this operation.</value>
<value>You do not have sufficient access rights to perform this operation or the item is hidden, system, or read only.</value>
</data>
<data name="AttributesNotSupported" xml:space="preserve">
<value>The attribute cannot be set because attributes are not supported. Only the following attributes can be set: Archive, Hidden, Normal, ReadOnly, or System.</value>
Expand Down
0