From 1ef947c4fc6b154b009f64927d79dc911ce3a4ca Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 8 Jul 2010 14:38:48 +0200 Subject: [PATCH] name fix --- openlp/plugins/bibles/lib/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/db.py b/openlp/plugins/bibles/lib/db.py index a453d5bcc..81255458f 100644 --- a/openlp/plugins/bibles/lib/db.py +++ b/openlp/plugins/bibles/lib/db.py @@ -342,7 +342,7 @@ class BibleDB(QtCore.QObject, Manager): verse_list.extend(verses) else: log.debug(u'OpenLP failed to find book %s', book) - QtGui.QMessageBox.information(self.bible_plugin.media_item, + QtGui.QMessageBox.information(self.bible_plugin.mediaItem, translate('BibleDB', 'Book not found'), translate('BibleDB', u'The book you requested could not ' 'be found in this bible. Please check your spelling '