From 0b2cd7d9369fb7581ab22685cb675e1897e3877e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20K=C3=B6hler?= Date: Thu, 2 Jun 2011 13:01:41 +0200 Subject: [PATCH] Change string --- openlp/plugins/bibles/lib/mediaitem.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openlp/plugins/bibles/lib/mediaitem.py b/openlp/plugins/bibles/lib/mediaitem.py index 9d90a9f12..294148c57 100644 --- a/openlp/plugins/bibles/lib/mediaitem.py +++ b/openlp/plugins/bibles/lib/mediaitem.py @@ -695,9 +695,10 @@ class BibleMediaItem(MediaManagerItem): QtGui.QMessageBox.information(self, translate('BiblePlugin.MediaItem', 'Information'), unicode(translate('BiblePlugin.MediaItem', - 'The Second Bible not contains as much books as the ' - 'First Bible. Only search results which are found in ' - 'both Bibles are shown.\n%d results dropped.')) % count, + 'The second Bibles does not contain all the verses ' + 'that are in the main Bible. Only verses found in both ' + 'Bibles will be shown. %d verses have not been ' + 'included in the results.')) % count, QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok)) self.search_results = new_search_results self.second_search_results = \