mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
01e4eed342
commit
5ee255c3e5
@ -219,7 +219,7 @@ class DataFilesManager(Dialog):
|
|||||||
if len(files) == 1:
|
if len(files) == 1:
|
||||||
msg = _('Send the file "{}" to the Recycle Bin?').format(files[0].relpath.replace('/', os.sep))
|
msg = _('Send the file "{}" to the Recycle Bin?').format(files[0].relpath.replace('/', os.sep))
|
||||||
else:
|
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'):
|
if not confirm(msg, 'manage-data-files-confirm-delete'):
|
||||||
return
|
return
|
||||||
for f in files:
|
for f in files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user