forked from openlp/openlp
Fix spelling in a comment
This commit is contained in:
parent
7ed56225f2
commit
b352c05ff0
@ -344,7 +344,7 @@ class EasyWorshipSongImport(SongImport):
|
||||
try:
|
||||
decoded_words = words.decode()
|
||||
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.entry_error_log = translate('SongsPlugin.EasyWorshipSongImport',
|
||||
'Unexpected data formatting.')
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user