← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/delete-text into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/delete-text into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~trb143/openlp/delete-text/+merge/113856

Make text more obvious.
-- 
https://code.launchpad.net/~trb143/openlp/delete-text/+merge/113856
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/delete-text into 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-08 13:18:21 +0000
@@ -569,7 +569,7 @@
         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 delete "%s" from OpenLP?')) % bible,
                 QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Yes |
                 QtGui.QMessageBox.No),
                 QtGui.QMessageBox.Yes) == QtGui.QMessageBox.No:


Follow ups