From 8ae1c1f2765c50e2aec48ac43642647d4d950a27 Mon Sep 17 00:00:00 2001 From: Olli Suutari Date: Sun, 4 Dec 2016 05:21:56 +0200 Subject: [PATCH] =?UTF-8?q?-=20Removed=201=20"=C3=A5"=20that=20had=20slipp?= =?UTF-8?q?ed=20in=20to=20the=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openlp/plugins/bibles/lib/mediaitem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/mediaitem.py b/openlp/plugins/bibles/lib/mediaitem.py index ddd2608ff..9a04e5360 100644 --- a/openlp/plugins/bibles/lib/mediaitem.py +++ b/openlp/plugins/bibles/lib/mediaitem.py @@ -654,7 +654,7 @@ class BibleMediaItem(MediaManagerItem): self.application.process_events() bible = self.advancedVersionComboBox.currentText() second_bible = self.advancedSecondComboBox.currentText() - book = self.advanced_book_combo_box.currentTextå() + book = self.advanced_book_combo_box.currentText() book_ref_id = self.advanced_book_combo_box.itemData(int(self.advanced_book_combo_box.currentIndex())) chapter_from = self.advanced_from_chapter.currentText() chapter_to = self.advanced_to_chapter.currentText()