From 5ee255c3e5a2a02306f8f9043a2c2b9eb3eabd88 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 2 Aug 2023 15:37:13 +0530 Subject: [PATCH] ... --- src/calibre/gui2/dialogs/data_files_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: