mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 23:53:42 +02:00
...
This commit is contained in:
parent
291dd72b52
commit
d371225d5d
1 changed files with 2 additions and 1 deletions
|
|
@ -246,7 +246,8 @@ def rename_requested(self, name, location):
|
|||
def delete_requested(self, name, location):
|
||||
loc = location.replace('/', os.sep)
|
||||
if not question_dialog(self.gui, _('Are you sure?'), '<p>'+
|
||||
_('<b style="color: red">All files</b> from <br><br><b>%s</b><br><br> will be '
|
||||
_('<b style="color: red">All files</b> (not just ebooks) '
|
||||
'from <br><br><b>%s</b><br><br> will be '
|
||||
'<b>permanently deleted</b>. Are you sure?') % loc,
|
||||
show_copy_button=False):
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue