Improved disabledLabelText for MediaShout

This commit is contained in:
Samuel Findlay 2012-07-09 18:12:29 +10:00
parent 9d73d37b94
commit 6089c89f8a
1 changed files with 4 additions and 3 deletions

View File

@ -260,9 +260,10 @@ class SongFormat(object):
u'filter': u'%s (*.mdb)' % translate('SongsPlugin.ImportWizardForm',
'MediaShout Database'),
u'disabledLabelText': translate('SongsPlugin.ImportWizardForm',
'The MediaShout importer has been disabled because the pyodbc '
'module is not available. This importer is only available on '
'Windows.')
'The MediaShout importer is only supported on Windows. It has '
'been disabled due to a missing Python module. If you want to '
'use this importer, you will need to install the "pyodbc" '
'module.')
},
OpenSong: {
u'class': OpenSongImport,