forked from openlp/openlp
Fixed spelling in comment.
This commit is contained in:
parent
764768f8ac
commit
bc1675419d
@ -192,7 +192,7 @@ class EasyWorshipSongImport(SongImport):
|
|||||||
try:
|
try:
|
||||||
result = strip_rtf(words, self.encoding)
|
result = strip_rtf(words, self.encoding)
|
||||||
except UnicodeDecodeError:
|
except UnicodeDecodeError:
|
||||||
# The unicode chars in the rtf was not escaped in the expected manor
|
# The unicode chars in the rtf was not escaped in the expected manner.
|
||||||
self.logError(self.title, unicode(translate('SongsPlugin.EasyWorshipSongImport',
|
self.logError(self.title, unicode(translate('SongsPlugin.EasyWorshipSongImport',
|
||||||
'Unexpected data formatting.')))
|
'Unexpected data formatting.')))
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user