forked from openlp/openlp
small fixes
This commit is contained in:
parent
6c23c18db5
commit
3b99f531f3
@ -359,7 +359,7 @@ class BibleUpgradeForm(OpenLPWizard):
|
||||
translate('BiblesPlugin.UpgradeWizardForm', 'Delete all old bible '
|
||||
'database(s) (including not upgraded bibles)'))
|
||||
self.progressLabelAfter.setText(
|
||||
translate('BiblesPlugin.UpgradeWizardForm', '\nIf OpenLP should '
|
||||
translate('BiblesPlugin.UpgradeWizardForm', 'If OpenLP should '
|
||||
'delete the old bible databases please choose:'))
|
||||
|
||||
def validateCurrentPage(self):
|
||||
|
@ -242,8 +242,7 @@ class BSExtract(object):
|
||||
return None
|
||||
content = content.findAll(u'li')
|
||||
return [
|
||||
books.append(book.contents[0].contents[0])
|
||||
for book in content
|
||||
book.contents[0].contents[0] for book in content
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user