mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:34:04 +02:00
For the lazy among us
This commit is contained in:
parent
c84c5f297b
commit
45ec80f4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ 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>All files</b> from %s will be '
|
||||
_('<b style="color: red">All files</b> 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