forked from openlp/openlp
Changed bible to Bible
This commit is contained in:
parent
73ad78e3ad
commit
e1cc13d54d
@ -117,12 +117,12 @@ class OpenSongBible(BibleDB):
|
|||||||
except etree.XMLSyntaxError as inst:
|
except etree.XMLSyntaxError as inst:
|
||||||
critical_error_message_box(
|
critical_error_message_box(
|
||||||
message=translate('BiblesPlugin.OpenSongImport',
|
message=translate('BiblesPlugin.OpenSongImport',
|
||||||
'Incorrect bible file type supplied. OpenSong bibles may be '
|
'Incorrect Bible file type supplied. OpenSong Bibles may be '
|
||||||
'compressed. You must decompress them before import.'))
|
'compressed. You must decompress them before import.'))
|
||||||
log.exception(inst)
|
log.exception(inst)
|
||||||
success = False
|
success = False
|
||||||
except (IOError, AttributeError):
|
except (IOError, AttributeError):
|
||||||
log.exception(u'Loading bible from OpenSong file failed')
|
log.exception(u'Loading Bible from OpenSong file failed')
|
||||||
success = False
|
success = False
|
||||||
finally:
|
finally:
|
||||||
if file:
|
if file:
|
||||||
|
Loading…
Reference in New Issue
Block a user