Skip to content

Commit 6a81c8c

Browse files
committed
File to Item
1 parent 445f881 commit 6a81c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run(self, paths=None, *args, **kwargs):
4242

4343
confirm_title = "Confirm"
4444
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)"
45+
cancel_title = "Cancel All (Select an individual item to remove it from the deletion list)"
4646
cancel_subtitle = "Cancel deletion of {}item{}".format(nitems, extras)
4747

4848
paths_to_display = [

0 commit comments

Comments
 (0)