Update Bible delete text

bzr-revno: 2027
This commit is contained in:
Tim Bentley 2012-07-10 21:43:14 +01:00
commit c9e8c8452a
1 changed files with 3 additions and 1 deletions

View File

@ -569,7 +569,9 @@ class BibleMediaItem(MediaManagerItem):
if bible:
if QtGui.QMessageBox.question(self, UiStrings().ConfirmDelete,
unicode(translate('BiblesPlugin.MediaItem',
'Are you sure you want to delete "%s"?')) % bible,
'Are you sure you want to completely delete "%s" Bible from '
'OpenLP?\n\nYou will need to re-import this Bible to use it '
'again.'))% bible,
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Yes |
QtGui.QMessageBox.No),
QtGui.QMessageBox.Yes) == QtGui.QMessageBox.No: