forked from openlp/openlp
This commit is contained in:
parent
1e0b9cbdd4
commit
c6505d7e04
@ -95,7 +95,7 @@ class SongExportForm(OpenLPWizard):
|
||||
self.onAvailableListItemDoubleClicked)
|
||||
QtCore.QObject.connect(self.selectedListWidget,
|
||||
QtCore.SIGNAL(u'itemDoubleClicked(QListWidgetItem *)'),
|
||||
self.onSelectedListItemDoubleClicked)
|
||||
self.onSelectedListItemDoubleClicked)
|
||||
|
||||
def addCustomPages(self):
|
||||
"""
|
||||
@ -189,7 +189,7 @@ class SongExportForm(OpenLPWizard):
|
||||
translate('SongsPlugin.ExportWizardForm', 'Ready.'))
|
||||
self.progressBar.setFormat(
|
||||
translate('SongsPlugin.ExportWizardForm', '%p%'))
|
||||
|
||||
|
||||
self.availableGroupBox.setTitle(
|
||||
translate('SongsPlugin.ExportWizardForm', 'Available Songs'))
|
||||
self.addSelected.setText(
|
||||
|
Loading…
Reference in New Issue
Block a user