small fixes

This commit is contained in:
Armin Köhler 2011-04-26 20:39:08 +02:00
parent 6c23c18db5
commit 3b99f531f3
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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
]