SundayPlus is written together on their own site.

This commit is contained in:
Mattias Põldaru 2012-06-20 10:15:40 +03:00
parent 92baf9887c
commit 76694891fa
1 changed files with 2 additions and 2 deletions

View File

@ -280,10 +280,10 @@ class SongFormat(object):
},
SundayPlus: {
u'class': SundayPlusImport,
u'name': u'Sunday Plus',
u'name': u'SundayPlus',
u'prefix': u'sundayPlus',
u'filter': u'%s (*.ptf)' % translate(
'SongsPlugin.ImportWizardForm', 'Sunday Plus Song Files')
'SongsPlugin.ImportWizardForm', 'SundayPlus Song Files')
},
WordsOfWorship: {
u'class': WowImport,