forked from openlp/openlp
changed indentation on the strings
This commit is contained in:
parent
247114c656
commit
8289084423
@ -113,8 +113,8 @@ class WowImport(SongImport):
|
|||||||
if song_data.read(19) != u'WoW File\nSong Words':
|
if song_data.read(19) != u'WoW File\nSong Words':
|
||||||
self.logError(file, unicode(
|
self.logError(file, unicode(
|
||||||
translate('SongsPlugin.WordsofWorshipSongImport',
|
translate('SongsPlugin.WordsofWorshipSongImport',
|
||||||
'Invalid Words of Worship song file. Missing \
|
('Invalid Words of Worship song file. Missing '
|
||||||
"Wow File\\nSong Words" header.')))
|
'"Wow File\\nSong Words" header.'))))
|
||||||
continue
|
continue
|
||||||
# Seek to byte which stores number of blocks in the song
|
# Seek to byte which stores number of blocks in the song
|
||||||
song_data.seek(56)
|
song_data.seek(56)
|
||||||
@ -123,8 +123,8 @@ class WowImport(SongImport):
|
|||||||
if song_data.read(16) != u'CSongDoc::CBlock':
|
if song_data.read(16) != u'CSongDoc::CBlock':
|
||||||
self.logError(file, unicode(
|
self.logError(file, unicode(
|
||||||
translate('SongsPlugin.WordsofWorshipSongImport',
|
translate('SongsPlugin.WordsofWorshipSongImport',
|
||||||
'Invalid Words of Worship song file. Missing \
|
('Invalid Words of Worship song file. Missing '
|
||||||
"CSongDoc::CBlock" string.')))
|
'"CSongDoc::CBlock" string.'))))
|
||||||
continue
|
continue
|
||||||
# Seek to the beging of the first block
|
# Seek to the beging of the first block
|
||||||
song_data.seek(82)
|
song_data.seek(82)
|
||||||
|
Loading…
Reference in New Issue
Block a user