- Removed 1 "å" that had slipped in to the code.

This commit is contained in:
Olli Suutari 2016-12-04 05:21:56 +02:00
parent 01029c8d65
commit 8ae1c1f276
1 changed files with 1 additions and 1 deletions

View File

@ -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()