diff --git a/src/calibre/gui2/dialogs/data_files_manager.py b/src/calibre/gui2/dialogs/data_files_manager.py index 41e08b566c..ba1bdac12c 100644 --- a/src/calibre/gui2/dialogs/data_files_manager.py +++ b/src/calibre/gui2/dialogs/data_files_manager.py @@ -219,7 +219,7 @@ class DataFilesManager(Dialog): if len(files) == 1: msg = _('Send the file "{}" to the Recycle Bin?').format(files[0].relpath.replace('/', os.sep)) else: - msg = _('Send the {} selected filed to the Recycle Bin?').format(len(files)) + msg = _('Send the {} selected files to the Recycle Bin?').format(len(files)) if not confirm(msg, 'manage-data-files-confirm-delete'): return for f in files: