removed blank lines

This commit is contained in:
Andreas Preikschat 2011-01-27 19:14:55 +01:00
parent 3362fa9a84
commit 74d20ae81b

View File

@ -203,7 +203,6 @@ class SongExportForm(OpenLPWizard):
translate('SongsPlugin.ExportWizardForm', translate('SongsPlugin.ExportWizardForm',
'Add the songs, you want to export to the list on the right hand ' 'Add the songs, you want to export to the list on the right hand '
'side. You can use the buttons below or double click them.')) 'side. You can use the buttons below or double click them.'))
self.progressPage.setTitle( self.progressPage.setTitle(
translate('SongsPlugin.ExportWizardForm', 'Exporting')) translate('SongsPlugin.ExportWizardForm', 'Exporting'))
self.progressPage.setSubTitle( self.progressPage.setSubTitle(
@ -213,7 +212,6 @@ class SongExportForm(OpenLPWizard):
translate('SongsPlugin.ExportWizardForm', 'Ready.')) translate('SongsPlugin.ExportWizardForm', 'Ready.'))
self.progressBar.setFormat( self.progressBar.setFormat(
translate('SongsPlugin.ExportWizardForm', '%p%')) translate('SongsPlugin.ExportWizardForm', '%p%'))
self.directoryLabel.setText(translate('SongsPlugin.ExportWizardForm', self.directoryLabel.setText(translate('SongsPlugin.ExportWizardForm',
'Directory:')) 'Directory:'))
self.availableLabel.setText( self.availableLabel.setText(