We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445f881 commit 6a81c8cCopy full SHA for 6a81c8c
1 file changed
commands/delete.py
@@ -42,7 +42,7 @@ def run(self, paths=None, *args, **kwargs):
42
43
confirm_title = "Confirm"
44
confirm_subtitle = "Send {}item{} to trash".format(nitems, extras)
45
- cancel_title = "Cancel All (Select an individual file to remove it from the deletion list)"
+ cancel_title = "Cancel All (Select an individual item to remove it from the deletion list)"
46
cancel_subtitle = "Cancel deletion of {}item{}".format(nitems, extras)
47
48
paths_to_display = [
0 commit comments