Skip to content

Commit

Permalink
Merge pull request #1151 from pulsar-edit/fix-error-msg
Browse files Browse the repository at this point in the history
Fix Linux trash error message
  • Loading branch information
confused-Techie authored Dec 16, 2024
2 parents ae3d51f + bc3ceae commit d754ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tree-view/lib/tree-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ class TreeView {
formatTrashEnabledMessage() {
switch (process.platform) {
case 'linux':
return 'Is `gvfs-trash` installed?';
return 'Do you have permission to delete, and Trash is enabled on the volume where the files are stored?';
case 'darwin':
return 'Is Trash enabled on the volume where the files are stored?';
case 'win32':
Expand Down

0 comments on commit d754ed7

Please sign in to comment.