openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16589
[Merge] lp:~trb143/openlp/delete-text into lp:openlp
Tim Bentley has proposed merging lp:~trb143/openlp/delete-text into lp:openlp.
Requested reviews:
Raoul Snyman (raoul-snyman)
For more details, see:
https://code.launchpad.net/~trb143/openlp/delete-text/+merge/114096
Make text more obvious and explain the consequences.
Thanks Jonathan
--
https://code.launchpad.net/~trb143/openlp/delete-text/+merge/114096
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/plugins/bibles/lib/mediaitem.py'
--- openlp/plugins/bibles/lib/mediaitem.py 2012-06-22 14:14:53 +0000
+++ openlp/plugins/bibles/lib/mediaitem.py 2012-07-10 05:02:21 +0000
@@ -569,7 +569,9 @@
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:
Follow ups