forked from openlp/openlp
added hints that exported files are OpenLyrics files
This commit is contained in:
parent
1483c2035e
commit
fbb32a0278
@ -170,8 +170,8 @@ class SongExportForm(OpenLPWizard):
|
|||||||
translate('OpenLP.Ui', 'Welcome to the Song Export Wizard'))
|
translate('OpenLP.Ui', 'Welcome to the Song Export Wizard'))
|
||||||
self.informationLabel.setText(
|
self.informationLabel.setText(
|
||||||
translate('SongsPlugin.ExportWizardForm', 'This wizard will help to'
|
translate('SongsPlugin.ExportWizardForm', 'This wizard will help to'
|
||||||
' export your songs to the open and free OpenLyrics worship song '
|
' export your songs to the open and free <strong>OpenLyrics'
|
||||||
'format.'))
|
'</strong> worship song format.'))
|
||||||
self.availableSongsPage.setTitle(
|
self.availableSongsPage.setTitle(
|
||||||
translate('SongsPlugin.ExportWizardForm', 'Select Songs'))
|
translate('SongsPlugin.ExportWizardForm', 'Select Songs'))
|
||||||
self.availableSongsPage.setSubTitle(
|
self.availableSongsPage.setSubTitle(
|
||||||
@ -285,7 +285,9 @@ class SongExportForm(OpenLPWizard):
|
|||||||
self, songs, unicode(self.directoryLineEdit.text()))
|
self, songs, unicode(self.directoryLineEdit.text()))
|
||||||
if exporter.do_export():
|
if exporter.do_export():
|
||||||
self.progressLabel.setText(
|
self.progressLabel.setText(
|
||||||
translate('SongsPlugin.SongExportForm', 'Finished export.'))
|
translate('SongsPlugin.SongExportForm', 'Finished export. To '
|
||||||
|
'import these files again use the <strong>OpenLyrics</strong> '
|
||||||
|
'importer.'))
|
||||||
else:
|
else:
|
||||||
self.progressLabel.setText(
|
self.progressLabel.setText(
|
||||||
translate('SongsPlugin.SongExportForm',
|
translate('SongsPlugin.SongExportForm',
|
||||||
|
Loading…
Reference in New Issue
Block a user