forked from openlp/openlp
Use .format in importer.py
This commit is contained in:
parent
4cbc4c9d82
commit
e42d3431bb
@ -349,7 +349,8 @@ class SongFormat(object):
|
|||||||
'class': SingingTheFaithImport,
|
'class': SingingTheFaithImport,
|
||||||
'name': 'SingingTheFaith',
|
'name': 'SingingTheFaith',
|
||||||
'prefix': 'singingTheFaith',
|
'prefix': 'singingTheFaith',
|
||||||
'filter': '%s (*.txt)' % translate('SongsPlugin.ImportWizardForm', 'Singing The Faith Exported Files'),
|
'filter': '{text} (*.txt)'.format(text=translate('SongsPlugin.ImportWizardForm',
|
||||||
|
'Singing The Faith Exported Files')),
|
||||||
'descriptionText': translate('SongsPlugin.ImportWizardForm',
|
'descriptionText': translate('SongsPlugin.ImportWizardForm',
|
||||||
'First use Singing The Faith Electonic edition to export '
|
'First use Singing The Faith Electonic edition to export '
|
||||||
'the song(s) in Text format.')
|
'the song(s) in Text format.')
|
||||||
|
Loading…
Reference in New Issue
Block a user