Change delete confirmation message

This commit is contained in:
Kovid Goyal 2010-09-06 11:11:13 -06:00
parent 4693a3c0c6
commit 438c9d8ba4

View File

@ -159,7 +159,7 @@ class DeleteAction(InterfaceAction):
if self.gui.stack.currentIndex() == 0:
if not confirm('<p>'+_('The selected books will be '
'<b>permanently deleted</b> and the files '
'removed from your computer. Are you sure?')
'removed from your calibre library. Are you sure?')
+'</p>', 'library_delete_books', self.gui):
return
ci = view.currentIndex()